//function to open the window
function openWindow(URL) {
	window.open(URL,"PopupWindow", "height=800,width=500,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no");
}

