function tellafriend() {
var w = (screen.width/2 - 170);
var h = (screen.height/2 - 200);
var atts = '" height=250,width=340,status=no,toolbar=no,menubar=no,scrollbars=no,top='+h+',left='+w+'"'
iya = window.open("../tellafriend.php","r", atts);
iya.focus();
}

function terms() {
        var w = (screen.width/2 - 385);
        var h = (screen.height/2 - 290);
        var atts = '" height=580,width=750,status=no,toolbar=no,menubar=no,scrollbars=yes,top='+h+',left='+w+'"';
        t = window.open("../terms.html","rr", atts);
        t.focus();
}
