//pop ups for product imags
function popup_window(page) { 
	new_window = this.open(page, "entersys", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=350,height=420"); 
} 
