function openM2mInfoPop() {
    var w = window.open('/segwayed/m2m_info_pop.jsp','m2m_info_pop','width=255,height=375,menubar=0,titlebar=0,screenX=1,screenY=100,top=100,left=1');
    w.focus();
}

function openSmartpricePop() {
    var w = window.open('/segwayed/smartprice_pop.jsp','smartprice','width=275,height=330,resizable=1,menubar=0, scrollbars=1, titlebar=0,screenX=1,screenY=100,top=100,left=1');
    w.focus();
}

function openLowermybillsPop() {
    var w = window.open('/segwayed/lowermybills_pop.jsp','lmb','width=275,height=330,resizable=1,menubar=0, scrollbars=1, titlebar=0,screenX=1,screenY=100,top=100,left=1');
    w.focus();
}

function openSaveonphonePop() {
    var w = window.open('/segwayed/saveonphone_pop.jsp','lmb','width=275,height=430,resizable=1,menubar=0, scrollbars=1, titlebar=0,screenX=1,screenY=100,top=100,left=1');
    w.focus();
}

function openOtherComparisonsPop() {
    var w = window.open('/segwayed/other_comparison_sites_pop.jsp','others','width=245,height=250,resizable=0,menubar=0, scrollbars=0, titlebar=0,screenX=1,screenY=100,top=100,left=1');
    w.focus();
}

function openCompareSummaryPop(idx) {
    var w = window.open('/segwayed/compare_summary_pop.jsp#' + idx,'compare_summary_pop','width=470,height=250,resizable=1,menubar=0, scrollbars=1, titlebar=0,screenX=1,screenY=100,top=100,left=1');
    w.focus();
}

function openCompareFaqPop(idx) {
    var w = window.open('/segwayed/compare_faq_pop.jsp#' + idx,'compare_faq_pop','width=470,height=250,resizable=1,menubar=0, scrollbars=1, titlebar=0,screenX=1,screenY=100,top=100,left=1');
    w.focus();
}
