
	function openpopup(wich,page,w,h){

        var width=w+30;

		window.open("popup.php?p="+wich+"&s="+page,"popup","width="+width+", height="+h+", left=100, top=150, scrollbars=yes,toolbar=no,status=yes,location=no,menubar=no,resizable=yes" );

		}

