// Java Window

function openWindowPrivacyPolicy() {
poptestWin = window.open('http://www.eentrepreneurs.biz/privacypolicy.htm', 'PrivacyPolicy', 'scrollbars,width=720,height=530')
}

function openWindowCopyrightStatement() {
poptestWin = window.open('http://www.eentrepreneurs.biz/copyrightstatement.htm', 'CopyrightStatement', 'scrollbars,width=720,height=365')
}

function openWindowTermsAndConditions() {
poptestWin = window.open('http://www.eentrepreneurs.biz/terms&conditions.htm', 'TermsAndConditions', 'scrollbars,width=720,height=530')
}

function openWindowSendMeQuotation() {
poptestWin = window.open('/customersupport/sendmequotation/index.htm', 'SendMeQuotation', 'scrollbars,width=720,height=529')
}

function openWindowEmailMe() {
poptestWin = window.open('/downloads/emailmeform/index.htm', 'EmailMe', 'scrollbars,width=530,height=432')
}

function openWindowLiveSupport() {
poptestWin = window.open('/inc/livesupport.htm', 'LiveSupport', 'scrollbars,width=317,height=203')
}

function openWindowOnlineOrderForm() {
poptestWin = window.open('/onlineorderform/index.htm', 'OnlineOrderForm', 'scrollbars,width=720,height=530')
}

function openWindowReturnOverInvestment() {
poptestWin = window.open('/eguides/ivmfrguide/returninvest.htm', 'ReturnOverInvestment', 'scrollbars,width=505,height=288')
}

function openWindowGrossAnnualRevenueReturn() {
poptestWin = window.open('/eguides/ivmfrguide/grossannual.htm', 'GrossAnnualRevenueReturn', 'scrollbars,width=485,height=305')
}

function openWindowCategories() {
poptestWin = window.open('/eguides/vmrguide/categories.htm', 'Categories', 'scrollbars,width=430,height=375')
}

