canjava=2;
 	 agent=navigator.userAgent;
	 if ((agent.indexOf("a/3") == -1 && agent.indexOf("a/4") == -1)) canjava=2;
	 else canjava=1;

// Preload images
if(canjava)
  {
  I1 = new Image;I1.src="pic/company1.GIF";
  I2 = new Image;I2.src="pic/prod1.GIF";
  I3 = new Image;I3.src="pic/regist1.GIF";
  I4 = new Image;I4.src="pic/gift1.GIF";
  I5 = new Image;I5.src="pic/links1.GIF";
  I6 = new Image;I6.src="pic/contact1.GIF";

  I1_a = new Image;I1_a.src="pic/company2.GIF";
  I2_a = new Image;I2_a.src="pic/prod2.GIF";
  I3_a = new Image;I3_a.src="pic/regist2.GIF";
  I4_a = new Image;I4_a.src="pic/gift2.GIF";
  I5_a = new Image;I5_a.src="pic/links2.GIF";
  I6_a = new Image;I6_a.src="pic/contact2.GIF";  
  }
	 
	 
function select(Name,Img) {
	 if (canjava==1)
    document.images[Name].src=eval(Img+'.src');
	}


function DrawPics() 
{
document.write("<p> <a href=\"http://webthread.netfirms.com/index.html\"> <img src=\"pic/company1.GIF\"  name=\"p1\" onMouseOver=\"select('p1','I1_a')\" onMouseOut=\"select('p1','I1')\" alt=\"Company\" width=\"159\" height=\"34\"></a></p>");
document.write("<p> <a href=\"http://webthread.netfirms.com/products.html\"> <img src=\"pic/prod1.GIF\"  name=\"p2\"  onMouseOver=\"select('p2','I2_a')\" onMouseOut=\"select('p2','I2')\" alt=\"Products\" width=\"159\" height=\"34\"></a></p>");
document.write("<p> <a href=\"http://webthread.netfirms.com/reg.html\"> <img src=\"pic/regist1.GIF\" name=\"p3\" onMouseOver=\"select('p3','I3_a')\" onMouseOut=\"select('p3','I3')\" alt=\"Registration\" width=\"159\" height=\"34\"></a></p>");
document.write("<p> <a href=\"http://webthread.netfirms.com/gift.html\"> <img src=\"pic/gift1.GIF\" name=\"p4\"  onMouseOver=\"select('p4','I4_a')\" onMouseOut=\"select('p4','I4')\" alt=\"Gift\" width=\"159\" height=\"34\"></a></p>");
document.write("<p> <a href=\"http://webthread.netfirms.com/links.html\"> <img src=\"pic/links1.GIF\" name=\"p5\"  onMouseOver=\"select('p5','I5_a')\" onMouseOut=\"select('p5','I5')\" alt=\"Links\" width=\"159\" height=\"34\"></a></p>");
document.write("<p> <a href=\"http://webthread.netfirms.com/contact.html\"> <img src=\"pic/contact1.GIF\" name=\"p6\"  onMouseOver=\"select('p6','I6_a')\" onMouseOut=\"select('p6','I6')\" alt=\"Contact us\" width=\"159\" height=\"34\"></a></p>");
}

