<!-- Power Siphon PSURL: [http://www.walkerart.org/stillman/stillman.js] / PSCache: [C:\Program Files\Power Siphon\WAC_NEW\D\A27331744DD32E2F616C.js] / PSTimestamp: [02-13-2004 15:47:21] -->

function psJSerr6(errorMessage,url,ln) {
return true }

onerror = psJSerr6
//Lisa Jevbratt 1998
////////////////////
if (top.frames.length > 0){
    if (top.frames[1].name == "stillman_hyper"){
	if (typeof top.stillman_hyper.documentloaded=="function"){

	    window.onerror = myerror;
	    self.onload=registerLoaded;
	}
    }
}

function myerror(){
    alert("A Stillman related javaScript ERROR.\n The error might be due to pages not loading correctly or to your browser version not being able to handle a script.\nYou will be taken to a non-stillmanized version of the WAC site.");
	top.document.location.href="../F/0D317243B35C73A56172.htmjsindex.html";
    return true;
}


function insertStillmanStuff(){
}

function registerLoaded(){

document.alinkColor=top.stillman_hyper.color;
    var links_array_length=self.document.links.length;
    for (var x=0; x < links_array_length ; x++) {
	if(navigator.userAgent.indexOf("MSIE") != -1){
		    self.document.links[x].onclick = maplink;
	}
	else{

		if (typeof self.document.links[x].onclick == "undefined"){
		    self.document.links[x].onclick = maplink;
		}
	}

	if (self.document.links[x].target == "_top"){
	    self.document.links[x].target="stillmanMain";
	}
///to avoid the whole index frameset to be loaded 
	if (self.document.links[x].href == "../F/0D317243B35C73A56172.htm"){
	    if (self.document.links[x].target != "_blank"){
		self.document.links[x].href="../0/9A53BB4AF8E973AE6164.htm";
	    }
	}
//
    }
    var f_info;
    if(typeof top.stillman_hyper.clickedLink ==  "string"){
	if(top.stillman_hyper.clickedLink ==  self.location.href){
	    f_info = make_frame_info();///FRAME
	}
    }
    top.stillman_hyper.documentloaded(self.document.location.href,f_info);
}
function make_frame_info(){
    var frame_name="";
    var frameObject = "parent";
    var frames_names_info="";
    var frames_URLs_info="";
    frame_URLs = new Array();
    frame_names = new Array();
    frame_names[0]= self.name;
    frame_URLs[0] = self.location.href;
    var e =0;
    if (frame_names[0] != "stillmanMain"){
	while(frame_name != "stillmanMain"){
	    e++;
	    frame_name=eval(frameObject + ".name");
	    frame_URLs[e]=eval(frameObject + ".location.href");
	    frameObject="parent." + frameObject;
	    frame_names[e]=frame_name;
	}
    }
    frame_names.reverse();
    frame_URLs.reverse();
    var frame_array_length=frame_names.length;
    for (var i=0; i < frame_array_length ; i++) {
	frames_names_info=frames_names_info + frame_names[i] + "^" ;
	frames_URLs_info=frames_URLs_info + frame_URLs[i] + "^" ;
    }
    frame_info= self.location.href + "='" + frames_names_info + "','" + frames_URLs_info + "'";
    return frame_info;
}

function maplink(){
	top.stillman_hyper.clickedLink=this.href;
}




