// JavaScript Document

function open_map()
{
testwindow= window.open ("location.html", "mywindow",
"location=no,status=0,scrollbars=0,width=750,height=575,toolbar=no,menubar=no,addressbar=no,top=40,left=150");
}
function open_login()
{
testwindow= window.open ("login.php", "mywindow",
"location=no,status=0,scrollbars=1,width=425,height=300,toolbar=no,menubar=no,addressbar=no,top=100,left=200");
}
function open_register()
{
testwindow= window.open ("register.php", "mywindow",
"location=no,status=0,scrollbars=1,width=600,height=600,toolbar=no,menubar=no,addressbar=no,top=20,left=200,");
}
function open_aboutus()
{
testwindow= window.open ("about_us.html", "mywindow",
"location=no,status=0,scrollbars=1,width=550,height=520,toolbar=no,menubar=no,addressbar=no,top=10,left=150");
}
function open_privacy()
{
testwindow= window.open ("privacy-policy.html", "mywindow",
"location=no,status=0,scrollbars=1,width=700,height=585,toolbar=no,menubar=no,addressbar=no,top=10,left=150");
}
function open_contact()
{
testwindow= window.open ("contact.html", "mywindow",
"location=no,status=0,scrollbars=1,width=500,height=550,toolbar=no,menubar=no,addressbar=no,top=50,left=250");
}
function open_advertisement_plan()
{
testwindow= window.open ("advertisement_plan.html", "mywindow",
"location=no,status=0,scrollbars=1,width=670,height=585,toolbar=no,menubar=no,addressbar=no,top=10,left=150");
}
function open_advertise()
{
testwindow= window.open ("advertise.html", "mywindow",
"location=no,status=0,scrollbars=1,width=485,height=300,toolbar=no,menubar=no,addressbar=no,top=50,left=250");
}
