
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_findObj(n, d) { //v4.0
  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 && document.getElementById) x=document.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];}
}

function visualiza(m){
esconde();
el=document.all(m)
el.style.visibility="visible"

}

function esconde(){
divweb.style.visibility="hidden"
divgraf.style.visibility="hidden"
divdyp.style.visibility="hidden"
divtec.style.visibility="hidden"

}

function posdivs(){
 wx = window.screen.width;

if (wx=="1024"){
divweb.style.left="475"
divgraf.style.left="475"
divdyp.style.left="475"
divtec.style.left="475"
}
if(wx=="800"){
divweb.style.left="375"
divgraf.style.left="375"
divdyp.style.left="375"
divtec.style.left="375"
}}



function hilite(e) {
	e.children[0].src = "/e_morcillo/images/selover.gif"
	e.style.color = "orange"
	e.style.fontWeight = "bold"
}

function restore(e) {
	e.children[0].src = "/e_morcillo/images/sect.gif"
	e.style.color = ""
	e.style.fontWeight = "normal"
}

function menuover(e) {
	e.className = "menuover";
	<!-- e.children[0].style.color="black"; -->
}

function menuout(e) {
	e.className = "menu";
	<!-- e.children[0].style.color="346ac2"; -->
}

function menuclick(e) {
	e.children[0].click();
}

function go(){
var x1, x2;
x1= isNaN(txt.value);
x2= txt.value.length;
if (x1 == false && x2=="5") {
loc.style.visibility="visible";
}
else{
alert ("Please enter a valid Zip code");
loc.style.visibility="hidden";
txt.select();
}
}