// Site Wide JavaScript
// FILE: siteWide.js

function openTermsWindow() {
	popupWin = window.open('applications/DlxCart/DlxCart_terms.asp', 'TUC', 'scrollbars,resizable,width=400,height=500,left=50,top=10')
}

function openHelpWindow() {
	popupWin = window.open('applications/DlxCart/DlxCart_help.asp', 'TUC', 'scrollbars,resizable,width=400,height=500,left=50,top=10')
}
