window.name = "hello";

// used for Privacy Links
function privacyPopup(url) //for 730x650
{
window.open(url,"popup","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=730,height=650")
}


// example how to call these:  Dont forget to target="popup"
// <a href="/index.php" onClick="demoPopup1('/index.php');" target="popup">Link</a>