homeo=new Image;
homeo.src="/images/homeo.gif"
abouto=new Image;
abouto.src="/images/abouto.gif"
portfolioo=new Image;
portfolioo.src="/images/portfolioo.gif"
testimonialso=new Image;
testimonialso.src="/images/testimonialso.gif"
faqo=new Image;
faqo.src="/images/faqo.gif"
contacto=new Image;
contacto.src="/images/contacto.gif"

home=new Image;
home.src="/images/home.gif"
about=new Image;
about.src="/images/about.gif"
portfolio=new Image;
portfolio.src="/images/portfolio.gif"
testimonials=new Image;
testimonials.src="/images/testimonials.gif"
faq=new Image;
faq.src="/images/faq.gif"
contact=new Image;
contact.src="/images/contact.gif"

function hiLight(imgName,imgNewImage) {
  document.images[imgName].src = eval(imgNewImage + ".src");
}

function popUp(file, width, height) {
  if (window.popWindow) {
    popWindow.close();
  }
  popWindow = window.open("pop.asp?file="+file,"popWindow","width="+ width +",height="+ height +",scrollbars=no");
}
function findHeight() {

   getScrollHeight = 0;
   getScrollHeight=  document.body.clientHeight;
   document.getElementById("totalHeight").innerHTML = getScrollHeight+"px";

   
   //window.alert(getScrollHeight);
}

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {
var pageTracker = _gat._getTracker("UA-10276494-1");
pageTracker._trackPageview();
} catch(err) {}