<!--

var website_name 		= "Anton Graf GmbH Reisen & Spedition";
var standardstatus		= website_name;
var website_location 	= "http://www.anton-graf.de/";
//var website_location 	= "http://anton-graf.godoserver.de/";
//var website_location 	= "http://localhost/anton-graf/web_redesign/";
var website_framedoc 	= "index.php";


function logo_antongraf_unter()
{
}
function logo_antongraf()
{
}

// Statuszeile anpassen
function Window_Status(was)
{
	window.status = website_name;
}
function WinStat(was)
{
	window.status = website_name;
}


function FramesetTest()
{
	if (parent.top_left) {}
	else {
	var eigeneurl = document.URL;
	var subnavi = "";
	self.location.href = (website_location + website_framedoc + "?frame_one=" + eigeneurl + "&frame_two=" + subnavi);
	}
}
		
// Funktion für ein neues PopUpWindow
function neuesFotoFenster(welches, howwidth, howhigh, alttag)
{
	wid = parseInt(howwidth);
	hig = parseInt(howhigh);
	jetzt = new Date();
	if (!alttag) alttag = "Foto";
	foto = 	window.open( "", jetzt.getTime(), "height=" + hig + ",width=" + wid + ",scrollbars=no,hotkeys=yes,locationbar=no,menubar=no,resizable=no,status=no,scrolling=no,innerwidth=" + wid + ",innerheight=" + hig + ",marginwidth=0,marginheight=0" );
	foto.document.write( "<html><head><title>" + alttag + "</title>\n");
	foto.document.write( "</head>");
	foto.document.write( "<body marginwidth=0 marginheight=0 bgcolor='White' TEXT='000066' link='000066' vlink='000066' alink='000066' style='margin:0px;overflow:hidden'>" );
	foto.document.write( "<a href='javascript:window.close();'><img src='" + welches + "' width='" + howwidth + "' height='" + howhigh + "' alt='" + alttag + " - Einfach aufs Foto klicken zum Schliessen!' border='0'></a><br>" );
	foto.document.write( "</body></html>" );
}
function neuesfenster(welches, howwidth, howhigh, alttag)
{
	wid = parseInt(howwidth);
	hig = parseInt(howhigh);
	position_x = (screen.width - wid) / 2;
	position_y = (screen.height - hig) / 2;
	var Jetzt = new Date();
	var Zeit = Jetzt.getTime(); 
	if (!alttag) alttag = "Foto";
	
	//foto = 	window.open( "ganzleer.html", jetzt.getTime(), "height=" + hig + ",width=" + wid + ",scrollbars=no,hotkeys=yes,locationbar=no,menubar=no,resizable=no,status=no,scrolling=no,innerwidth=" + wid + ",innerheight=" + hig + ",marginwidth=0,marginheight=0,screenX=0,screenY=0" );
	
	foto = 	window.open( "ganzleer.html", Zeit , "height=" + hig + ",width=" + wid + ",scrollbars=no,hotkeys=yes,locationbar=no,menubar=no,resizable=no,status=no,scrolling=no,innerwidth=" + wid + ",innerheight=" + hig + ",marginwidth=0,marginheight=0'" );
	
	foto.document.write( "<html><head><title>" + alttag + "</title>\n");
	foto.document.write( "</head>");
	foto.document.write( "<body marginwidth=0 marginheight=0 bgcolor='White' TEXT='000066' link='000066' vlink='000066' alink='000066' style='margin:0px;overflow:hidden'>" );
	foto.document.write( "<a href='javascript:window.close();'><img src='" + welches + "' width='" + howwidth + "' height='" + howhigh + "' alt='" + alttag + " - Einfach aufs Foto klicken zum Schliessen!' border='0'></a><br>" );
	foto.document.write( "</body></html>" );
}

//-->