function openJacketWin(Info){
	jacketWindow = window.open('lgJacketWin.asp' + Info, '', 'status=0,menubar=0,resizable=0,toolbar=0,location=0,scrollbars=0,width=260,height=360,left=0,top=0')
	jacketWindow.focus()
}
