<!-- Begin to hide script contents from old browsers.

function POPUpURL(pURL) {
//	alert(pURL);
	new_windows = window.open(pURL,"POPUpURL","toolbar=no,menubar=yes,locationbar=no,statusbar=no,personalbar=no,scrollbars=yes,resizable=yes,width=640,height=480");
	new_windows.focus();

}

function POPUpIMG(pIMG) {
//	alert(pIMG);
	new_windows = window.open(pIMG,"POPUpIMG","toolbar=no,menubar=no,locationbar=no,statusbar=no,personalbar=no,scrollbars=yes,resizable=no,width=640,height=480");
	new_windows.focus();
}

function POPUpPage (pPAGE) {
//	alert(pPAGE);
	new_windows = window.open(pPAGE,"POPUpPage","toolbar=no,menubar=yes,locationbar=yes,statusbar=no,personalbar=no,scrollbars=yes,resizable=yes,width=640,height=480");
	new_windows.focus();

}
// End the hiding here. -->

