/* This function opens a popup widow for login */
function openLoginPopup(p_rel) {
	popup_handle = window.open(p_rel + 'blank.asp', 'loginwin', 'width=300, height=200, toolbar=no, scrollbars=no, status=no, resizable=yes, menubar=no');
}
// End openPropertyImagePopup()


/* This function opens a popup widow for help files */
function popupHelp(p_url) {
	//popup_handle = window.open('../about/help.php?page=' + p_url, 'help', 'width=500, height=300, toolbar=no, scrollbars=yes, status=no, resizable=yes, menubar=no');
}
// End popupHelp()
