<!-- OPEN NEW BROWSER WINDOW popup : Macromedia Javascript ------------------------------------------------------------------------------------>

<!-- 

function MM_openBrWindow(theURL,winName,features) { //v2.0

  window.open(theURL,winName,features);

}

function showhide(id, action){ 
	if (document.getElementById)
	{ 
		obj = document.getElementById(id); 
		if (action == "show"){ 
			obj.style.display = ""; 
		} 
		else { 
			obj.style.display = "none"; 
		} 
	} 
} 

function changeRequiredFields()
{

	
	if((document.form_clients.host_status.value.toLowerCase())!='not_app'){
		document.form_clients.host_type.disabled="";
		document.form_clients.host_contract.disabled="";
		document.form_clients.host_price.disabled="";
		document.form_clients.host_exp_day.disabled="";
		document.form_clients.host_exp_month.disabled="";
		document.form_clients.host_exp_year.disabled="";
		document.form_clients.host_extras.disabled="";
		document.form_clients.host_extra_charges.disabled="";
		
	}
	else if((document.form_clients.host_status.value.toLowerCase())=='not_app'){
		document.form_clients.host_type.disabled=true;
		document.form_clients.host_contract.disabled=true;
		document.form_clients.host_price.disabled=true;
		document.form_clients.host_exp_day.disabled=true;
		document.form_clients.host_exp_month.disabled=true;
		document.form_clients.host_exp_year.disabled=true;
		document.form_clients.host_extras.disabled=true;
		document.form_clients.host_extra_charges.disabled=true;
			
	}

}
function changeRequiredFields2()
{

	
	if((document.form_clients.barra_host_status.value.toLowerCase())!='not_app'){
		document.form_clients.barra_host_contract.disabled="";
		document.form_clients.barra_host_price.disabled="";
		document.form_clients.barra_host_exp_day.disabled="";
		document.form_clients.barra_host_exp_month.disabled="";
		document.form_clients.barra_host_exp_year.disabled="";
		
	}
	else if((document.form_clients.barra_host_status.value.toLowerCase())=='not_app'){
		document.form_clients.barra_host_contract.disabled=true;
		document.form_clients.barra_host_price.disabled=true;
		document.form_clients.barra_host_exp_day.disabled=true;
		document.form_clients.barra_host_exp_month.disabled=true;
		document.form_clients.barra_host_exp_year.disabled=true;
	}
}
function changeRequiredFields3()
{

	
	if((document.form_clients.domain_host_status.value.toLowerCase())!='not_app'){
		document.form_clients.domain_host_price.disabled="";
		document.form_clients.domain_host_exp_day.disabled="";
		document.form_clients.domain_host_exp_month.disabled="";
		document.form_clients.domain_host_exp_year.disabled="";
		
	}
	else if((document.form_clients.domain_host_status.value.toLowerCase())=='not_app'){
		document.form_clients.domain_host_price.disabled=true;
		document.form_clients.domain_host_exp_day.disabled=true;
		document.form_clients.domain_host_exp_month.disabled=true;
		document.form_clients.domain_host_exp_year.disabled=true;
	}
}
//-->



<!-- #### MOUSE OVER  EFFECTS FOR TEXT BASED LINKS  :  use class="classname" within the <a href> tag ---------------------------------->

document.write("<style type=\"text/css\">");

if (navigator.appName.substring(0,9) == "Microsoft") {

	

	document.write("	A.FOOTERNAV:LINK { COLOR:\"#3A412F\"; TEXT-DECORATION:NONE;   FONT-SIZE : 11px; }");

	document.write("	A.FOOTERNAV:VISITED { COLOR:\"#3A412F\"; TEXT-DECORATION:NONE;  FONT-SIZE : 11px;  }");

	document.write("	A.FOOTERNAV:ACTIVE { COLOR:\"#945600\"; TEXT-DECORATION:UNDERLINE;  FONT-SIZE : 11px;   }");

	document.write("	A.FOOTERNAV:HOVER { COLOR:\"#945600\"; TEXT-DECORATION:UNDERLINE;   FONT-SIZE : 11px;  }");

	

	document.write("	A.COMPONENT:LINK { COLOR:\"#2D6820\"; TEXT-DECORATION:UNDERLINE; WEIGHT:BOLD; FONT-SIZE : 11px; }");

	document.write("	A.COMPONENT:VISITED { COLOR:\"#2D6820\"; TEXT-DECORATION:UNDERLINE; WEIGHT:BOLD; FONT-SIZE : 11px;  }");

	document.write("	A.COMPONENT:ACTIVE { COLOR:\"#A14800\"; TEXT-DECORATION:UNDERLINE; WEIGHT:BOLD; FONT-SIZE : 11px;   }");

	document.write("	A.COMPONENT:HOVER { COLOR:\"#A14800\"; TEXT-DECORATION:UNDERLINE; WEIGHT:BOLD; FONT-SIZE : 11px;  }");

	

	document.write("	A.TO_TOP:LINK { COLOR:\"#945600\"; TEXT-DECORATION:UNDERLINE; FONT-SIZE : 9px; }");

	document.write("	A.TO_TOP:VISITED { COLOR:\"#945600\"; TEXT-DECORATION:UNDERLINE; FONT-SIZE : 9px;  }");

	document.write("	A.TO_TOP:ACTIVE { COLOR:\"#B66200\"; TEXT-DECORATION:UNDERLINE; FONT-SIZE : 9px;   }");

	document.write("	A.TO_TOP:HOVER { COLOR:\"#B66200\"; TEXT-DECORATION:UNDERLINE; FONT-SIZE : 9px;  }");

	

	document.write("	A.MINI:LINK { COLOR:\"#B66200\"; TEXT-DECORATION:UNDERLINE; FONT-SIZE : 9px; }");

	document.write("	A.MINI:VISITED { COLOR:\"#B66200\"; TEXT-DECORATION:UNDERLINE; FONT-SIZE : 9px;  }");

	document.write("	A.MINI:ACTIVE { COLOR:\"#B66200\"; TEXT-DECORATION:UNDERLINE; FONT-SIZE : 9px;   }");

	document.write("	A.MINI:HOVER { COLOR:\"#B66200\"; TEXT-DECORATION:UNDERLINE; FONT-SIZE : 9px;  }");

	

	document.write("	A.CONTENT:LINK { COLOR:\"#B66200\"; TEXT-DECORATION:UNDERLINE; FONT-SIZE : 11px; }");

	document.write("	A.CONTENT:VISITED { COLOR:\"#B66200\"; TEXT-DECORATION:UNDERLINE; FONT-SIZE : 11px;  }");

	document.write("	A.CONTENT:ACTIVE { COLOR:\"#B66200\"; TEXT-DECORATION:UNDERLINE; FONT-SIZE : 11px;   }");

	document.write("	A.CONTENT:HOVER { COLOR:\"#B66200\"; TEXT-DECORATION:UNDERLINE; FONT-SIZE : 11px;  }");	

	

} else {

	

	document.write("	A.FOOTERNAV { COLOR:#3A412F; TEXT-DECORATION:NONE;  FONT-SIZE : 12px; }");

	document.write("	A.COMPONENT { COLOR:#2D6820; TEXT-DECORATION:NONE;  FONT-SIZE : 12px; }");

	document.write("	A.TO_TOP { COLOR:#98CCF4; TEXT-DECORATION:NONE; FONT-SIZE : 10px; }");

	document.write("	A.MINI { COLOR:#B66200; TEXT-DECORATION:NONE; FONT-SIZE : 10px; }");

	document.write("	A.CONTENT { COLOR:#B66200; TEXT-DECORATION:NONE; FONT-SIZE : 12px; }");



}

document.write("	BODY {font-family: Arial, Verdana, Helvetica; }");

document.write("</style>");

//-->

<!--  ROLL OVER IMAGE CODE ---->

<!--

function MM_swapImgRestore() { //v3.0

  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;

}



function MM_preloadImages() { //v3.0

  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();

    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)

    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}

}



function MM_findObj(n, d) { //v4.01

  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {

    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}

  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];

  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);

  if(!x && d.getElementById) x=d.getElementById(n); return x;

}



function MM_swapImage() { //v3.0

  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)

   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}

}

//-->