function wind(w,h)
	{
	window.open("/send.php", "window","location=0,toolbar=0,menubar=0,top=10,left=10,width="+w+",height="+h);
	}
	
	function popup(id,w,h)
	{
	window.open("/popup_photos.php?idreport="+id, "window","location=0,toolbar=0,menubar=0,top=10,left=10,width="+w+",height="+h);
	}

	function pano(w,h,img)
	{
	window.open("pano/pano.php?img="+img, "window","location=0,toolbar=0,menubar=0,top=10,left=10,width="+w+",height="+h);
	}

function forum(id,idtheme,w,h)
{
window.open("forum.php?act=add&idrepl="+id+"&idtheme="+idtheme, "window","location=0,toolbar=0,menubar=0,top=10,left=10,width="+w+",height="+h);
}

function img(image) 
{
window.open("/show_img.php?image="+image,"show_img","width=200,height=200,top=0,left=0,resizable=no,location=no,scrollbars=no,status=no,toolbar=no,directories=no");
}