


if (parent.frames.length > 0) {
    parent.location.href = self.document.location
}

function formHandler(){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}

function changeImage(theSlot,theSrc){
var theString="document."+theSlot+".src="+theSrc+".src";
eval(theString);
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
// rollover script
helpArray=new Array('help1');
daidArray=new Array('daid1','daid2','daid3','daid4');
mavArray=new Array('mav1','mav2','mav3');
despinaArray=new Array('despina1','despina2','despina3','despina4','despina5');

ns4=(document.layers)?true:false;
ns6=(document.getElementById)?true:false;
ie5=(document.all)?true:false;

function layerRef(theString){
	if(ns6){
		block=eval('document.getElementById.'+theString);
	}
	if(ie5){
		block=eval('document.all.'+theString+'.style');
	}
	if(ns4) {
	block=eval('document.'+theString);
	}
	return block;
}
function showIt(theString) {
if(ns6||ie5) {
	document.getElementById(theString).style.visibility = "visible";
}
if(ns4) {
layerRef(theString).visibility = "show";
}
}
function hideIt(theString) {
if(ns6||ie5) {
	document.getElementById(theString).style.visibility = "hidden";
}
if(ns4){
layerRef(theString).visibility = "hide";
}
}

var zValue=2;
function changeZ(myString){
zValue++;
layerRef(myString).zIndex=zValue;
}

