//preload images:
//up = new Image(50,50);
//up.src = "Buttons/BTN_UP.GIF";
//down = new Image(102,52);
//down.src = "Buttons/BTN_DN.GIF";

//image swapping function:
function hiLite(imgDocID, imgObjName, comment) 
{
	document.images[imgDocID].src = eval(imgObjName + ".src");
	document.status = comment; return true;
}

function forceLoad(imgDocID, newImage) 
{
	document.images[imgDocID].src = newImage;
	return true;
}

function SwapImage(imageName, newImage)
{
	document.images[imageName].src = newImage;
	return true;
}

function copyrightTwoDown()
{ 
	new_window = window.open('../../content/Copyright.html','Copyright','toolbar=0,menubar=0,resizable=1,dependent=0,status=0,width=500,height=500,left=25,top=25')
}

function copyrightContent()
{ 
	new_window = window.open('../content/Copyright.html','Copyright','toolbar=0,menubar=0,resizable=1,dependent=0,status=0,width=500,height=500,left=25,top=25')
}

function copyright()
{ 
	new_window = window.open('content/Copyright.html','Copyright','toolbar=0,menubar=0,resizable=1,dependent=0,status=0,width=500,height=500,left=25,top=25')
}

function disclaimerContent()
{ 
	new_window = window.open('../content/Disclaimer.html','Disclaimer','toolbar=0,menubar=0,resizable=1,dependent=0,status=0,width=500,height=500,left=25,top=25')
}

function disclaimer()
{ 
	new_window = window.open('content/Disclaimer.html','Disclaimer','toolbar=0,menubar=0,resizable=1,dependent=0,status=0,width=500,height=500,left=25,top=25')
}
