// JavaScript Document
function WinOpen(page,width,height){
	window.open(page, "", "width="+width+",height="+height+",toolbar=no,header=no,location=no,resizable=1,scrollbars=1");
}