var newwindow = '';

function popitup2(url,x_cor,y_cor) {


var str = "height="+ y_cor;
                str += ",width=" + x_cor;
                str += ",resize=no";

	if (!newwindow.closed && newwindow.location) {
		newwindow.close();
                 newwindow=window.open(url,'name',str,'left=333');
		if (!newwindow.opener) newwindow.opener = self;
	}
	else {
		newwindow=window.open(url,'name',str);
		if (!newwindow.opener) newwindow.opener = self;
	}
	if (window.focus) {newwindow.focus()}

}





var scrollFenster;
function popitup2_scroll() 
	{
	 scrollFenster = open("spezi_m.html", "Referenz26","width=500, height=600, left=10, resizable=no, directories=no, menubar=no, location=no, statusbar=0, scrollbars=yes");
	 }
	 

function popitup3_scroll() 
	{
	 scrollFenster = open("saison_tag.html", "Referenz26","width=500, height=600, left=10, resizable=no, directories=no, menubar=no, location=no, statusbar=0, scrollbars=yes");
	 }
	 

function popitup4_scroll() 
	{
	 scrollFenster = open("saison_na.html", "Referenz26","width=500, height=600, left=10, resizable=no, directories=no, menubar=no, location=no, statusbar=0, scrollbars=yes");
	 }


