// Handles rollover images for NN3+ and IE4+
var loaded = new Array();

function F_loadRollover(image,imageName) {
	if (image && image.src &&
		(null == image.out || typeof(image.out) == typeof(void(0)))) {
		s = image.src;
		image.out = new Image();
		image.out.src = s;
		image.over = new Image();
		if (imageName.lastIndexOf('/') >= 0 || imageName.lastIndexOf('\\') >= 0) {
			s = imageName;
		} else {
			i = s.lastIndexOf('/');
			if (i<0) i = s.lastIndexOf('\\');
			if (i<0) { s = imageName; }
			else	 { s = s.substring(0,i+1) + imageName; }
		}
		image.over.src = s;
		loaded[image.name] = image;
	}
}
function F_roll(imageName,over) {
	if (document.images) {
	if (over) { imageObject = "over"; }
	else	  { imageObject = "out"; }
	image = loaded[imageName];
	if (image) {
		ref = eval("image."+imageObject);
		if (ref) image.src = eval("image."+imageObject+".src");
	}
	if (window.event)
		window.event.cancelBubble = true;
	}
}
 
function openPictureWindow_Fever(imageName,imageWidth,imageHeight,alt,posLeft,posTop) {
	newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight+",left="+posLeft+",top="+posTop);
	newWindow.document.open();
	newWindow.document.write('<html><title>'+alt+'</title><body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onBlur="self.close()">'); 
	newWindow.document.write('<img src='+imageName+' width='+imageWidth+' height='+imageHeight+' alt='+alt+'>'); 
	newWindow.document.write('</body></html>');
	newWindow.document.close();
	newWindow.focus();
}

function newwindow1() {
		newWindow = open("cur_show/April1.html","New_Window","width=600,height=360,top=100,left=100"); onBlur="self.close()";
	}
function newwindow2() {
		newWindow = open("../cur_show/March5.html","New_Window","width=600,height=520,top=100,left=100"); onBlur="self.close()";
	}

function newwindow3() {
		newWindow = open("cur_show/artist1_nov.html","New_Window","width=450,height=360,top=100,left=100"); onBlur="self.close()";
	}
function newwindow4() {
		newWindow = open("cur_show/artist2_nov.html","New_Window","width=450,height=250,top=100,left=100"); onBlur="self.close()";
	}

function newwindow6() {
		newWindow = open("ink.html","New_Window","width=600,height=300,top=100,left=100"); onBlur="self.close()";
	}
function newwindow5() {
		newWindow = open("cur_show/info2_jan.html","New_Window","width=350,height=200,top=100,left=100"); onBlur="self.close()";
	}
function newwindow22() {
		newWindow = open("Textpages/artistbd.html","New_Window","width=550,height=300,top=100,left=100"); onBlur="self.close()";
	}

function newwindow23() {
		newWindow = open("Textpages/communitybd.html","New_Window","width=550,height=250,top=100,left=100"); onBlur="self.close()";
	}
function newwindow24() {
		newWindow = open("Textpages/Emeritusbd.html","New_Window","width=550,height=280,top=100,left=100"); onBlur="self.close()";
	}
function newwindow25() {
		newWindow = open("Textpages/associate.html","New_Window","width=550,height=350,top=100,left=100"); onBlur="self.close()";
	}
function newwindow26() {
		newWindow = open("artists02-03/artistsmay03.html","New_Window","width=400,height=150,top=100,left=100"); onBlur="self.close()";
	}
