
var popWin = null;
function popWindow1(service) {
	var width = 730;
	var height = 600;
	var filename = "winners/popup_" + service + ".php";
	popWin = window.open(filename, "Window1", "width=" + width + ",height=" + height + ",toolbar=no,location=no,status=no,personalbar=no,scrollbars=yes,resizable=yes,menubar=no");
}





var popWin = null;
function popWindow2(service) {
	var width = 730;
	var height = 600;
	var filename = "couch/popup_" + service + ".php";
	popWin = window.open(filename, "Window1", "width=" + width + ",height=" + height + ",toolbar=no,location=no,status=no,personalbar=no,scrollbars=yes,resizable=yes,menubar=no");
}



