//Home



 



  imgServices = new Image(72,25);



  imgServices.src = "buttons/Services-white.gif";







  imgDemo = new Image(47,25);



  imgDemo.src = "buttons/Demo-white.gif";



  



  imgContact = new Image(79,25);



  imgContact.src = "buttons/Contactus-white.gif";



 



  //Interior



  ImgContactInt=new Image();



  ImgContactInt.src="buttons/Contactuslinea.gif";



 



  imgHome=new Image();



  imgHome.src="buttons/Homebase1.gif";



  



  WhiteBullet=new Image(9,8);



  WhiteBullet.src="imgs/vinni blanca2.jpg";



  



  RedBullet=new Image(9,8);



  RedBullet.src="imgs/vinni2.jpg"



  



  BlackBullet=new Image(6,6);



  BlackBullet.src="imgs/vinninegra2.jpg";



  



  BlackBulletBig=new Image(9,8);



  BlackBulletBig.src="imgs/vinninegra.jpg";



  



 //Function who's opening the pageson



 



 function OpenPage(page)



 {



	 switch(page)



	 



	 {



		 case 1: window.open("javascript:popup('Privacy.html','a')","policy","toolbar=0, resizable=1, scrollbars=1, width=800, height=550, left=0, top=0");break;



		 



		 



	 }



	 



 }