// -- Large Image Pop-Up -------------------------------------------------- //

function view_larger(sPicURL){
	window.open("_large.asp?" + sPicURL, "", "resizable=no, height=200, width=200, top=10, left=10");	
}