<!-- Hide script from old browsers
function newWindow(imgfile) {
imgWindow = window.open("http://artmall.vita4me.com/galary_samples/"+imgfile, "imgWin", 
       "toolbar=no,location=no,scrollbars=yes,resizable=yes,width=670,height=670, left=0, right=0")
	imgWindow.focus()
}
// End hiding script from old browsers -->
<!-- call format: <a href="javascript:newWindow('abc.jpg')">  -->


