// JavaScript functions developed by Virtual Networking Solutions
// All Rights Reserved by Virtual Networking Solutions at http://www.virtualnetworking.net

// Dedicated Popup Boxes
function my_popwin1()
{
window.open('http://www.virtualnetworking.net/policy/copyright.htm','mywindow1','width=473,height=400,left=3,top=3,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=no');
}
function my_popwin2()
{
window.open('http://www.virtualnetworking.net/policy/privacy.htm','mywindow2','width=473,height=400,left=3,top=3,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=no');
}
function my_popwin3()
{
window.open('http://www.virtualnetworking.net/policy/short-aup.htm','mywindow3','width=473,height=400,left=3,top=3,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=no');
}
function my_popwin4()
{
window.open('http://www.virtualnetworking.net/policy/terms.htm','mywindow4','width=473,height=400,left=3,top=3,toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=no');
}

