
function PopupPic(sPicURL)
{
window.open( "popup.htm?"+sPicURL, "Bild","resizable=0,HEIGHT=300,WIDTH=300, screenX=50, screenY=50");
}

function popup(url) {
	F1=window.open(url, "popup", "width=550,height=350,screenX=100,screenY=100");
}


function PopUp()
{
    var URL = "Einladung_zur_light+building_2008.htm";
    var Name = "popup";
    var Fensteroptionen = "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1";
    var Breite = 650;
    var Hoehe = 700;
    window.open(URL, 'Name', Fensteroptionen + ',width=' + Breite + ',height=' + Hoehe);
}