// JavaScript Document

function fileopen1() {
window.open('screen_financial_statement_designer.html', 'title', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=670,height=560');
return false
}
function fileopen2() {
window.open('screen_generating_purchase_orders.html', 'title', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=680,height=580');
return false
}
function fileopen3() {
window.open('screen_pro_multipleprice_levels.html', 'title', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=840,height=590');
return false
}
function fileopen4() {
window.open('screen_pay_bills.html', 'title', 'toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=0,width=1320,height=530');
return false
}
function fileopen5() {
window.open('screen_simplestart_homepage.html', 'title', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=1010,height=800');
return 
}
function fileopen6() {
window.open('screen_pay_multiple_employees.html', 'title', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=580,height=340');
return false
}
function fileopen7() {
window.open('screen_taxandni_deductions.html', 'title', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=540');
return false
}
function fileopen8() {
window.open('screen_print_payslips.html', 'title', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=790,height=510');
return false
}
function fileopen9() {
window.open('screen_p11_working_sheet.html', 'title', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=780,height=670');
return false
}
function fileopen10() {
window.open('screen_paypayroll_liabilities.html', 'title', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=530,height=400');
return false
}
function fileopen11() {
window.open('screen_yearend_wizard.html', 'title', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=610,height=410');
return false
}
function fileopen12() {
window.open('screen_simplified_quickbooks.html', 'title', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=860,height=670');
return false
}
function fileopen13() {
window.open('screen_easystep_startup_interview.html', 'title', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=790,height=600');
return false
}
function fileopen14() {
window.open('screen_customer_and_supplier_centre.html', 'title', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=1000,height=600');
return false
}
function fileopen15() {
window.open('screen_google_desktop.html', 'title', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=800,height=630');
return false
}
function fileopen16() {
window.open('screen_quickbooks_payroll_centre.html', 'title', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=1100,height=850');
return false
}
function fileopen17() {
window.open('screen_quickbooks_pro_vat_management.html', 'title', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=600,height=600');
return false
}

/* 28 May 2010*/

var popUpWin=0;
function popUpWindow(URLStr, width, height)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=1,resizable=no,copyhistory=yes,width='+width+',height='+height+''
  /*,left='+left+', top='+top+',screenX='+left+',screenY='+top+''*/);
}

