
<!--

function write_it(status_text){
	window.status=status_text;
}

function makeRemote(fileName,xWidth,xHeight){
remote=window.open(fileName,"remoteWin","width="+xWidth+",height="+xHeight+",screenX=10,left=10,screenY=10,top=10,status=no,scrollbars=yes,resizable=yes,menubar=no");
}

function front()  {
	remote.focus()	
}

function makeRemoteMenu(fileName,xWidth,xHeight){
remote=window.open(fileName,"remoteWin","width="+xWidth+",height="+xHeight+",screenX=10,left=10,screenY=10,top=10,status=no,scrollbars=yes,resizable=yes,menubar=Yes");
}

//////
function makeRemote2(fileName,xWidth,xHeight){
remote2=window.open(fileName,"remoteWin2","width="+xWidth+",height="+xHeight+",screenX=10,left=10,screenY=10,top=10,status=no,scrollbars=yes,resizable=yes,menubar=no");
}

function front2()  {
	remote2.focus()	
}

function makeRemoteMenu2(fileName,xWidth,xHeight){
remote2=window.open(fileName,"remoteWin2","width="+xWidth+",height="+xHeight+",screenX=10,left=10,screenY=10,top=10,status=no,scrollbars=yes,resizable=yes,menubar=Yes");
}

function changeimage(whatimage,whattext){
	if (document.images){
		document.images.targetimage.src=whatimage.src
		currentimage=whatimage.src
	}
}

var myimages=new Array()
var currentimage

function preloadimages(){
	for (i=0;i<preloadimages.arguments.length;i++){
		myimages[i]=new Image()
		myimages[i].src=preloadimages.arguments[i]
	}
}

//-->




