function StartDatabase(frameset, main, menu)
{
	LocDatabaseWindow=window.open(frameset, 'Window','width=650,height=500,left=200,top=78,screenX=200, screenY=78,status=0,location=0,toolbar=0,menubar=0, scrollbars=1,resizable=0');
	
//	LocDatabaseWindow.frames[0].location = main;
//	LocDatabaseWindow.frames[1].location = menu;

}

function LocDatabase(frameset, main, menu)
{
	LocDatabaseWindow=window.open(main, 'Window','width=650,height=500,left=200,top=78,screenX=200, screenY=78,status=0,location=0,toolbar=0,menubar=0, scrollbars=1,resizable=0');
	LocDatabaseWindow.focus();
	
//	setTimeout('Delay()',1000);
//	LocDatabaseWindow.frames[0].location = main;
//	LocDatabaseWindow.frames[1].location = menu;

}

function Loc(main)
{
	LocDatabaseWindow=window.open(main, 'Window','width=650,height=500,left=200,top=78,screenX=200, screenY=78,status=0,location=0,toolbar=0,menubar=0, scrollbars=1,resizable=0,directories=0');
	LocDatabaseWindow.focus();
	
//	setTimeout('Delay()',1000);
//	LocDatabaseWindow.frames[0].location = main;
//	LocDatabaseWindow.frames[1].location = menu;

}

function foto(fotolink)
{
	FotoWindow=window.open(fotolink, 'Window2','width=700,height=550,left=200,top=78,screenX=200, screenY=78,status=0,location=0,toolbar=0,menubar=0, scrollbars=0,resizable=0');
	FotoWindow.focus();
}


