function merchWindow(smallWin) {
		
	merchDetail = window.open(smallWin, 'merchWindow', 'location=no, menubar=no, resizable=yes, scrollbars=yes, toolbars=no, width=1024, height=692')
	merchDetail.focus()
}
