<!--
	function show(file, width, height)
	{
			file=file + "";
			//window.open(file, "_blank", "width="+width+",height="+height+",titlebar=no,toolbar=yes,location=no,status=no,menubar=yes,scrollbars=yes,resizable=no");
			window.open(file, "_blank", "width="+width+",height="+height+",titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no");
	}
	function Result(width, height)
	{
			//window.open(file, "_blank", "width="+width+",height="+height+",titlebar=no,toolbar=yes,location=no,status=no,menubar=yes,scrollbars=yes,resizable=no");
			window.open("blank.html", "vote", "width="+width+",height="+height+",titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no");
	}

//-->
