// Checks browser; if capable, preloads images
if (document.images)
{

 satellite2 = new Image (149,23);
 satellite2.src="http://www.sthubert.nu/games/links/links/images/satellite.gif";

 services2 = new Image (194,27);
 services2.src="http://www.sthubert.nu/games/links/links/images/services.gif";

 channels2 = new Image (194,26);
 channels2.src="http://www.sthubert.nu/games/links/links/images/channels.gif";

 aboutus2 = new Image (194,30);
 aboutus2.src="http://www.sthubert.nu/games/links/links/images/aboutus.gif";

 traning2 = new Image (194,28);
 traning2.src="http://www.sthubert.nu/games/links/links/images/traning.gif";

}
                                
if (document.images)
{

 satellite1 = new Image (149,23);
 satellite1.src="http://www.sthubert.nu/games/links/links/images/satellitehi.gif";

 services1 = new Image (194,27);
 services1.src="http://www.sthubert.nu/games/links/links/images/serviceshi.gif";

 channels1 = new Image (194,26);
 channels1.src="http://www.sthubert.nu/games/links/links/images/channelshi.gif";

 aboutus1 = new Image (194,30);
 aboutus1.src="http://www.sthubert.nu/games/links/links/images/aboutushi.gif";

 traning1 = new Image (194,28);
 traning1.src="http://www.sthubert.nu/games/links/links/images/traninghi.gif";

}

function Out(imgName)
{
 if (document.images)
 {
	document[imgName].src = eval (imgName + "2.src");
 }
}

function Over(imgName)
{
 if (document.images)
 {
 document[imgName].src = eval (imgName + "1.src");
 }
}