// JavaScript Document
function OpenCatalog(varpath)
	{	
		
		window.open(varpath,'Download','width=500,height=500,left=10,top=10,scrollbars=No,status =1,resizable=yes')
	}


