function WinOpen(winname,width,height) {
	window.open("",
                winname,
                "toolbar=no,location=no,resizable=yes,scrollbars=yes,status=yes,height="+height+",width="+width);

}