// JavaScript Document
	
	function showLargeImg(pURL,name,features){
		new_window = window.open(pURL,name,features);
		new_window.focus();
	}