/*
Floating image script
By Virtual_Max (http://www.geocities.com/siliconvalley/lakes/8620)
Permission granted to Dynamicdrive.com to feature it in it's archive
For 100's of FREE DHTML scripts and components,
Visit http://dynamicdrive.com
*/


//*****  Many thanks to virtual_max@geocities.com
//Harry Foreman wrote:

//I would like to use your java script (the moving balloons) on a comercial
//site. I just want to use it for an effect and the hyperlink capabilities. I
//would change the images and hyperlinks. I will leave your credits in the .js
//file. May I have your permission to do so?

//hforeman@prodigy.net

//I found your .js code at:
//http://dynamicdrive.com/dynamicindex4/flyimage.htm

//*******  My answer from:
//virtual_max@geocities.com <virtual_max@geocities.com>

//You are welcome Harry :)


//*****  If you want to use this java script please get permission from
//*****  virtual_max@geocities.com



var chip1;
var chip2;
var chip3;
var chip4;
var chip5;
var chip6;
//add or delete more variables, depending on how many images you're using

function pagestart()
{checkbrOK(); 
 chip1=new Chip("chip1",60,80);
 chip2=new Chip("chip2",60,80);
 chip3=new Chip("chip3",60,80);
 chip4=new Chip("chip4",60,80);
 chip5=new Chip("chip5",60,80);
 chip6=new Chip("chip6",60,80);
 //add or delete more of the above, depending on how many images you're using
 if(brOK) 
   { movechip("chip1");
     movechip("chip2");
     movechip("chip3");
	 movechip("chip4");
     movechip("chip5");
     movechip("chip6");
     //add or delete more of the above, depending on how many images you're using
   }
}

