// 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=530')
}

function openWindowEmailMe() {
poptestWin = window.open('/downloads/emailmeform/index.htm', 'EmailMe', 'scrollbars,width=530,height=430')
}

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')
}

