function popupPicture(sPicURL)
{
	window.open( "popup_picture.htm?"+sPicURL, "", "resizable=false,height=500,width=500");
}


function popup(){
window.open('tipsepost2.asp?bild=<%=intPjsnr%>','window_name','width=400,height=350,scrollbar=1');
}


