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

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

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