function popup(n)
{
	strWindowName = "popup"
	intWidth = 475;
	intHeight = 200;
	//--- check for browser
	IE = ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ));
	//
	NS = ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 ));
	
	if (n == "libero"){url = "popup_libero.php";}
	if (n == "sbb"){url = "popup_sbb.php";}

	var xposition=0; yposition=0;
	//
		xposition = (screen.width - intWidth) / 2;
		yposition = (screen.height - intHeight) / 2;
	//
		strArgs = 	"width="  + intWidth + "," 
		+ "height=" + intHeight + "," 
		+ "location=no," 
		+ "menubar=no,"
		+ "resizable=no,"
		+ "scrollbars=no,"
		+ "status=no," 
		+ "titlebar=no,"
		+ "toolbar=no,"
		+ "hotkeys=no,";
	//
		if (IE) strArgs = strArgs	+ 	"left=" + xposition + ","
		+	"top=" + yposition;
	//
		if (NS) strArgs = strArgs 	+	"screenx=" + xposition + ","
		+	"screeny=" + yposition;
	//
	//--- open window
	window.open(url, strWindowName, strArgs);
}

function galerie(n) 
{ 

//--- page to open
//strPageToLoad = "popup_rodos_images";
windowName = "galerie"
intWidth = 655;
intHeight = 425;
url = "unternehmen_galerie_popup.php?bnr=" + n;
//--- check for browser
IE = ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ));
//
NS = ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 ));

//--- open pop-up window

	var xposition=0; yposition=0;
//
	xposition = (screen.width - intWidth) / 2;
	yposition = (screen.height - intHeight) / 2;
//
	strArgs = 	"width="  + intWidth + "," 
	+ "height=" + intHeight + "," 
	+ "location=no," 
	+ "menubar=no,"
	+ "resizable=no,"
	+ "scrollbars=no,"
	+ "status=no," 
	+ "titlebar=no,"
	+ "toolbar=no,"
	+ "hotkeys=no,";
//
	if (IE) strArgs = strArgs	+ 	"left=" + xposition + ","
	+ "top=" + yposition;
//
	if (NS) strArgs = strArgs 	+	"screenx=" + xposition + ","
	+	"screeny=" + yposition;
//
//--- open window
	window.open(url, windowName, strArgs);
}

function wanderweg() 
{ 

//--- page to open
//strPageToLoad = "popup_rodos_images";
windowName = "wanderweg"
intWidth = 475;
intHeight = 450;
url = "popup_wanderweg.php";
//--- check for browser
IE = ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ));
//
NS = ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 ));

//--- open pop-up window

	var xposition=0; yposition=0;
//
	xposition = (screen.width - intWidth) / 2;
	yposition = (screen.height - intHeight) / 2;
//
	strArgs = 	"width="  + intWidth + "," 
	+ "height=" + intHeight + "," 
	+ "location=no," 
	+ "menubar=no,"
	+ "resizable=no,"
	+ "scrollbars=yes,"
	+ "status=no," 
	+ "titlebar=no,"
	+ "toolbar=no,"
	+ "hotkeys=no,";
//
	if (IE) strArgs = strArgs	+ 	"left=" + xposition + ","
	+ "top=" + yposition;
//
	if (NS) strArgs = strArgs 	+	"screenx=" + xposition + ","
	+	"screeny=" + yposition;
//
//--- open window
	window.open(url, windowName, strArgs);
}

function reparatur() 
{ 

//--- page to open
//strPageToLoad = "popup_rodos_images";
windowName = "reparatur"
intWidth = 680;
intHeight = 340;
url = "popup_reparatur.php";
//--- check for browser
IE = ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ));
//
NS = ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 ));

//--- open pop-up window

	var xposition=0; yposition=0;
//
	xposition = (screen.width - intWidth) / 2;
	yposition = (screen.height - intHeight) / 2;
//
	strArgs = 	"width="  + intWidth + "," 
	+ "height=" + intHeight + "," 
	+ "location=no," 
	+ "menubar=no,"
	+ "resizable=no,"
	+ "scrollbars=no,"
	+ "status=no," 
	+ "titlebar=no,"
	+ "toolbar=no,"
	+ "hotkeys=no,";
//
	if (IE) strArgs = strArgs	+ 	"left=" + xposition + ","
	+ "top=" + yposition;
//
	if (NS) strArgs = strArgs 	+	"screenx=" + xposition + ","
	+	"screeny=" + yposition;
//
//--- open window
	window.open(url, windowName, strArgs);
}
