
function showLarger(picURL){
newWindow=window.open('picURL','newWin','toolbar=no,width=400,height=300')
newWindow.document.write('<html><head><title>Auto Credit Hotline - Showroom <\/title><\/head><body topmargin="0" leftmargin="0"><img src="'+picURL+'"><\/body><\/html>')
newWindow.focus()
}