var NN3 = false;
image1= new Image();
image1.src = "images/buttons/button_up-design.gif";
image1on = new Image();
image1on.src = "images/buttons/button_over-design.gif";
image2= new Image();
image2.src = "images/buttons/button_up-hosting.gif";
image2on = new Image();
image2on.src = "images/buttons/button_over-hosting.gif";
image3= new Image();
image3.src = "images/buttons/button_up-services.gif";
image3on = new Image();
image3on.src = "images/buttons/button_over-services.gif";
image4= new Image();
image4.src = "images/buttons/button_up-portfolio.gif";
image4on = new Image();
image4on.src = "images/buttons/button_over-portfolio.gif";

image5= new Image();
image5.src = "images/buttons/button_up-image5.gif";
image5on = new Image();
image5on.src = "images/buttons/button_over-image5.gif";
image6= new Image();
image6.src = "images/buttons/button_up-image6.gif";
image6on = new Image();
image6on.src = "images/buttons/button_over-image6.gif";
image7= new Image();
image7.src = "images/buttons/button_up-image7.gif";
image7on = new Image();
image7on.src = "images/buttons/button_over-image7.gif";
image10= new Image();
image10.src = "images/buttons/button_up-image8.gif";
image10on = new Image();
image10on.src = "images/buttons/button_over-image8.gif";
image11= new Image();
image11.src = "images/buttons/button_up-image9.gif";
image11on = new Image();
image11on.src = "images/buttons/button_over-image9.gif";

image12= new Image();
image12.src = "images/buttons/button_up-mypetservices.gif";
image12on = new Image();
image12on.src = "images/buttons/button_over-mypetservices.gif";
image13= new Image();
image13.src = "images/buttons/button_up-mypetchat.gif";
image13on = new Image();
image13on.src = "images/buttons/button_over-mypetchat.gif";
image14= new Image();
image14.src = "images/buttons/button_up-mypetshowcase.gif";
image14on = new Image();
image14on.src = "images/buttons/button_over-mypetshowcase.gif";


function on3(name)   {document[name].src = eval(name + "on.src");}
function off3(name)  {document[name].src = eval(name + ".src");}
NN3 = true;
function on(name)  {if (NN3) on3(name);}
function off(name)  {if (NN3) off3(name);}

function pop0( pageName ) {
  		popup=open( pageName, "popup", "width=160,height=160,resizable=1,scrollbars=0,menubar=0,toolbar=0,location=0,status=0" );
  		clean=1;
		if (window.focus) { popup.focus(); }
  	// 
}

function pop1( pageName ) {
  		popup=open( pageName, "popup", "width=300,height=250,resizable=1,scrollbars=0,menubar=0,toolbar=0,location=0,status=0" );
  		clean=1;
		if (window.focus) { popup.focus(); }
  	// 
}

function pop2( pageName ) {
  		popup=open( pageName, "popup", "width=392,height=394,resizable=1,scrollbars=0,menubar=0,toolbar=0,location=0,status=0" );
  		clean=1;
		if (window.focus) { popup.focus(); }
  	// 
}

function Show()
    {
        /* get the mouse left position */
        x = event.clientX + document.body.scrollLeft;
        /* get the mouse top position  */
        y = event.clientY + document.body.scrollTop + 35;
        /* display the pop-up */
        Popup.style.display="block";
        /* set the pop-up's left */
        Popup.style.left = x;
        /* set the pop-up's top */
        Popup.style.top = y;
    }
    /* this function hides the pop-up when
     user moves the mouse out of the link */
    function Hide()
    {
        /* hide the pop-up */
        Popup.style.display="none";
    }
