﻿// JScript File
function openpro()
{
  window.open("product_list.aspx","mywindow","location=1,status=1,scrollbars=1,menubar=1,resizable=1,width=780,height=550,left=150,top=50")
}
function openTrust()
{
  window.open("PrivacyPolicy.aspx","mywindow","location=1,status=1,scrollbars=1,menubar=1,resizable=1,width=780,height=550,left=150,top=50")
}
function openirs()
{
  window.open("http://www.irs.gov/efile/index.html","mywindow","location=1,status=1,scrollbars=1,menubar=1,resizable=1,width=780,height=550,left=150,top=50")
}

function opendemo()
{
  window.open("Webinar/Demo_Webinar.html","mywindow","scrollbars=1,resizable=1,width=780,height=550,left=150,top=50")
}
function openprint()
{
  window.open("https://www.TaxSimple.org/printreturn.aspx","mywindow","scrollbars=1,resizable=1,width=780,height=550,left=150,top=50")
}