function popup(path){
	window.open(path,'winName',"width=640,height=400,scrollbars=yes,resizable=yes,menubar=yes,top=10,left=30,toolbar=yes,location=yes");
}
function shownews(a) {
   window.open(a, 'news', "width=800,height=600,location=yes,menubar=yes,resizable=yes,scrollbars=yes,titlebar=yes,");
}
function showncontact() {
    window.open('mailto:info@ap-networks.com', 'winContactus');
}
function showHelp() {
   window.open('/Help.aspx', 'winHelp', "width=800,height=600,location=no,scrollbars=yes,resizable=yes,menubar=no, toolbar=no,marginwidth=0,marginheight=0");

}
function showSupport() {
    window.open('/home/pyramid/pyramid_support.aspx?popup=1', 'winHelp', "width=800,height=600,location=no,scrollbars=yes,resizable=yes,menubar=no, toolbar=no,marginwidth=0,marginheight=0");
    return false;
}
function showSiteHelp() {
    window.open('/home/site_help.aspx', 'winHelp', "width=800,height=600,location=no,scrollbars=yes,resizable=yes,menubar=no, toolbar=no,marginwidth=0,marginheight=0");
    return false;
}
function popup_navitrack(path) {
    window.open(path, 'winTools', 'width=880,height=600,location=no,scrollbars=yes,resizable=yes,menubar=no, toolbar=no,top=10,left=20,marginwidth=0,marginheight=0');
    return false;
}

function popup_talogin(path) {
    //window.open(path, 'winTools', 'width=400,height=400,location=no,scrollbars=no,resizable=yes,menubar=no, toolbar=no,top=10,left=20,marginwidth=0,marginheight=0');
    popDialog = window.open(path, 'winLogin', "width=458,height=240,scrollbars=0,resizable=0,menubar=0,toolbar=0,titlebar=1,marginwidth=0,marginheight=0, location=0, top=300,left=300");
}

function popup_pyramid(path) {
    window.open(path, 'winTools', 'width=860,height=600,scrollbars=yes,resizable=yes,menubar=0,toolbar=0,titlebar=1,marginwidth=0,marginheight=0, location=0,top=10,left=20');
    return false;
}
function popup_pyramid_glossary(path) {
    window.open(path, 'winGlossary', 'width=860,height=600,scrollbars=yes,resizable=yes,menubar=0,toolbar=0,titlebar=1,marginwidth=0,marginheight=0, location=0,top=10,left=20');
}
function popup_pyramid_instructions(path) {
    window.open(path, 'winInstructions', "width=640,height=235,copyhistory=no,directories=no,scrollbars=no,resizable=no,menubar=no,top=10,left=30,toolbar=no,location=no");
}
function popup_riskmanager(path) {
    window.open(path, 'winTools', 'width=860,height=600,location=no,scrollbars=yes,resizable=yes,menubar=no, toolbar=no,top=10,left=20,marginwidth=0,marginheight=0');
    return false;
}
function popup_calculator(path) {
    window.open(path, 'winTools', 'width=835,height=560,location=no,scrollbars=yes,resizable=yes,menubar=no, toolbar=no,top=10,left=20, location=1; status=1');
    return false;
}
function popup_pyramid_detail(path) {
    window.open(path, 'winPyramidDetail', 'width=630,height=500,location=no,scrollbars=yes,resizable=yes,menubar=no, toolbar=no,top=10,left=20, location=1; status=1');
    return false;
}
function popup_admin(path) {
    window.open(path, 'winTools', 'width=835,height=600,location=no,scrollbars=yes,resizable=yes,menubar=no, toolbar=no,top=10,left=20,marginwidth=0,marginheight=0');
}
function popup_pyramid_instructions(path) {
    window.open(path, 'winInstructions', "width=670,height=500,copyhistory=no,directories=no,scrollbars=yes,resizable=yes,menubar=no,top=10,left=30,toolbar=no,location=no");
}

