function popup_open(url,type){
		
	if(type == "img"){
		url = "show_picture.pl?url=" + url
	}

	window.open(url,"pict","width=650,height=660,toolbar=no,scrollbars=yes,resizable=yes,left=5,top=5");	
}



