// Function to open the large popup window
function winLargePopup(theURL) {
	window.open(theURL,'LargePopup','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=520,height=520');
}