
function PopUp (url, hWind, nWidth, nHeight, nScroll, nToolbar, nLocation, nDirectories, nStatus, nMenubar, nLeft, nTop) {
	var cToolBar = "toolbar=" + nToolbar + ",location=" + nLocation + ",directories=" + nDirectories + ",status=" + nStatus + ",menubar=" + nMenubar + ",scrollbars=" + nScroll + ",resizable=1,width=" + nWidth + ",height=" + nHeight + ",left=" + nLeft + ",top=" + nTop
	var popupwin = window.open(url, hWind, cToolBar);
}


function GetDef(sAnchor){
	var newWin = window.open('shop_help.cfm##' + sAnchor,'_shopHelp','height=400,width=300,scrollbars=1')
	newWin.focus()
}

