// JavaScript Document
function comment_hege_blog(hege_blogid){
		document.getElementById("hege_blog_form_nr" + hege_blogid).style.display = "block";
}

function PopupPic(sPicURL) { 
 window.open( "showPhoto.php?"+sPicURL, "", "resizable=1,HEIGHT=200,WIDTH=200"); 
} 

