<!--
  AnimationFrames("home", 3, ".gif");
  AnimationFrames("tour", 3 , ".gif");
  AnimationFrames("contact",3,".gif");
  AnimationFrames("product",3,".gif");
 
	AnimatedImage("home","home");
	AnimatedImage("tour","tour");
	AnimatedImage("contact","contact");
	AnimatedImage("product","product");
	
	FrameInterval=100;
	
	img1=new Image()
img1.src="assets/navpipeleft.jpg"
img2=new Image()
img2.src="assets/navpipeleft2.jpg"

// -->
