function openprivacy()
{
window.open ('privacy.html','privacy','width=460,height=500,location=0,menubar=1,resizable=1,scrollbars=1,status=0,titlebar=1,toolbar=0,screenX=100,left=100,screenY=30,top=60');
}
 
function opensecure()
{
window.open ('security.html','security','width=460,height=500,location=0,menubar=1,resizable=1,scrollbars=1,status=0,titlebar=1,toolbar=0,screenX=100,left=100,screenY=30,top=60');
}