//Function to open pop up windows
function GlobalPopUp(theURL,winName,features) {
	return window.open(theURL,winName,features);
}

