<!--
function OpenWindow(url) {
	hswindow=open(url,"Potato","width=780,height=580,location=no,menubar=no, statusbar=no,toolbar=no,scrollbars=yes,dependent=yes,resizable=yes, screenX=10,screenY=10");
	hswindow.focus();
} 
-->
