function PopupPic(sPicURL) { 
	window.open("../popup.html?"+sPicURL, "", "resizable=1,HEIGHT=200,WIDTH=200,scrollbars=no");
}

function PopupPicAktion(sPicURL) { 
	window.open("popup.html?"+sPicURL, "", "resizable=1,HEIGHT=325,WIDTH=600,scrollbars=no");
}
