
//function win() {
//window.open("privacy.html","","height=400,width=420,left=80,top=80");

//}

var theURL = 'privacy.html';

function popWindow() {
var width  = 370;
var height = 420;
newWindow = window.open(theURL,'newWindow','toolbar=no,menubar=no,resizable=no,scrollbars=no,status=no,location=no,width='+width+',height='+height);
}

var theURLS = 'subscribe_pop.html';
var width2  = 425;
var height2 = 300;
function popWindow2() {
newWindow = window.open(theURLS,'newWindow2','toolbar=no,menubar=no,resizable=no,scrollbars=no,status=no,location=no,width='+width2+',height='+height2);
}
