function tosPopUp() {
        window.open("tos.php","","width=600,height=400,scrollbars=yes,resizable=yes");
}

function privacyPolicy() {
        window.open("tos.php#pp","","width=600,height=400,scrollbars=yes,resizable=yes");
}

function contactUs() {
        window.open("contactus.php","","width=600,height=400,scrollbars=yes,resizable=yes");
}


