$popUpWidth='750'; $popUpWidth='500'; function confirmDelete(href) { if(confirm("Are you sure you want to delete?")) { window.location=href; return true; } } function unSubscribe(href) { if(confirm("Are you sure you want to unsubscribe?")) { window.location=href; return true; } } function confirmed(href) { if(confirm("Are you sure?")) { window.location=href; return true; } } function confirmPublish(href) { if(confirm("Are you sure you want to Publish?")) { window.location=href; return true; } } function openNewWin(url,winName,features ) { window.open(url,winName,features); } function closeWin() { window.close(); } function kissMessage() { alert('Virtual Kiss Successfully Sent'); } function autoCloseWin(message) { alert (message); setTimeout("closeWin()",5000); } function reloadParentWin() { window.opener.location.reload(); } function alertPleaseRegisterFirst() { alert('Please register first, you will be able to access these features when your registration is complete. If you are already registered, please login and access these features.'); }