﻿// JScript File


function contact()
{
    window.open('contact.aspx','_blank','height=300, center:yes, width=600, status=no, resizable= yes, menubar=no, toolbar=no, location=yes, scrollbars=no');
}
function privacy()
{
window.open('privacy_policy.aspx','_blank','height=800, center:yes, width=700, status=no, resizable= yes, menubar=no, toolbar=no, location=yes, scrollbars=yes');
}
function terms()
{
window.open('terms_cond.aspx','_blank','height=800, center:yes, width=700, status=no, resizable= yes, menubar=no, toolbar=no, location=yes, scrollbars=yes');
}

