function picwin(image,x,y){
	sett = "width="+x+",height="+y+",dependent=yes,resizable=yes,locationbar=no,menubar=no,toolbar=no,status=no,scrollbars=yes";
   	window.open(image,"_blank",sett);
}

