/* Opens a page in a new window */
function PopupWindow(url)
{
	window.open(url);
}