
sfHover = function() {
	
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");

	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);


function summonFlash(){
	
	window.open("http://www.drexle.com/v2006.html", "myWindow",  "height=500, width=400, status=0, resizable=0 toolbar=0 location=0 scrollbars=0");
	if (window.focus) {newwindow.focus()}
	return false;
}

function newWindow(url, h, w){

	window.open(url, "galleryItem",  "height="+h+", width="+w+", status=0, resizable=0 toolbar=0 location=0 scrollbars=0");
	if (window.focus) {newwindow.focus()}
	return false;
	
	
}





google_ad_client = "pub-0316265116163263";

google_alternate_color = "FFFFFF";

google_ad_width = 728;

google_ad_height = 90;

google_ad_format = "728x90_as";

google_ad_type = "text";

google_ad_channel ="4855693284";

google_color_border = "b9b9b9";

google_color_link = "0000FF";

google_color_bg = "FFFFFF";

google_color_text = "000000";

google_color_url = "008000";
