// JavaScript Document
			function Enlarge(img,repl,ww){
				ww   = ww ? ww : "";
				repl = repl ? repl : "th\/";
				full = img.src.replace(repl,ww);
				win=open("_enlarge.php?page_title=Zoom&img="+full,"fullsizesimage","width=100,height=100,menubars=no,resizeable=no,scrollbars=no");
				win.focus();
			}

			function PopCad(pdf){
				rand = Math.random()+"";
				rand = rand.substr(2);
				
				win=open("cad/"+pdf,"caddrawing"+rand,"width="+(screen.width-50)+",height="+(screen.height-50)+",menubars=yes,resizeable=yes,scrollbars=yes");
				win.focus();
			}

			function PopMap(){
				win=open("http://maps.google.com/maps?f=q&hl=en&geocode=&q=1211+N+Weston+St+Rensselaer,+IN+47978&sll=39.42849,-87.40929&sspn=0.011569,0.018904&ie=UTF8&ll=39.850721,-85.98999&spn=5.886414,9.678955&z=7","ren_map","width=800,height=600,menubars=yes,resizeable=yes,scrollbars=yes");
				win.focus();
			}			