/*swaper.js
* by Santy
*/

bVer = parseInt(navigator.appVersion);
flgg=(((navigator.userAgent.substring(0,7) == "Mozilla") && (bVer >= 3))?1:0);
function mv(){
  if (flgg) {
    if (flg==0){
    document.a.src="../images/templates/contactOn.gif";
    document.t.src="../images/templates/contact.gif";
   }
  if (flg==1){
    document.b.src="../images/templates/helpOn.gif";
    document.t.src="../images/templates/help.gif";
   }
  if (flg==2){
    document.c.src="../images/templates/sitemapOn.gif";
    document.t.src="../images/templates/sitemap.gif";
   }
  if (flg==3){
    document.d.src="../images/templates/aboutOn.gif";
    document.t.src="../images/templates/about.gif";
   }	 
  if (flg==99){
    document.a.src="../images/templates/contactOff.gif";
    document.b.src="../images/templates/helpOff.gif";
    document.c.src="../images/templates/sitemapOff.gif";
		document.d.src="../images/templates/aboutOff.gif";
    document.t.src="../images/templates/trans.gif";
    }
   }
}	
// end