<!--
function openpic(file, w, h){
	picWindow=window.open("script/openpic.php?img_src=" + file,"","toolbar=0,menubar=0,location=0,directories=0,status=0,resizable=0,scrollbars=0,titlebar=0,width=" + w + ",height=" + h + ",left=150,top=50");
}
// -->

