﻿// Open new windows functions
function newWinnerWindow(href) {
	newWindow = window.open(href, "Winners", "width=700, height=600, location=no, menubar=no, status=no, toolbar=no, scrollbars=yes, resizable=yes");
}