if (document.images) {
  image1on = new Image();
  image1on.src = "http://works.workopolis.com/customers/gm/img_en/sel_on.gif";

  image2on = new Image();
  image2on.src = "http://works.workopolis.com/customers/gm/img_en/sel_on.gif";

  image3on = new Image();
  image3on.src = "http://works.workopolis.com/customers/gm/img_en/sel_on.gif";

  image4on = new Image();
  image4on.src = "http://works.workopolis.com/customers/gm/img_en/sel_on.gif";

  image5on = new Image();
  image5on.src = "http://works.workopolis.com/customers/gm/img_en/sel_on.gif";

  image6on = new Image();
  image6on.src = "http://works.workopolis.com/customers/gm/img_en/sel_on.gif";

  image7on = new Image();
  image7on.src = "http://works.workopolis.com/customers/gm/img_en/sel_on.gif";
  
  image8on = new Image();
  image8on.src = "http://works.workopolis.com/customers/gm/img_en/sel_on.gif";
  
  image9on = new Image();
  image9on.src = "http://works.workopolis.com/customers/gm/img_en/sel_on.gif";
  
  image10on = new Image();
  image10on.src = "http://works.workopolis.com/customers/gm/img_en/sel_on.gif";
  
  image1off = new Image();
  image1off.src = "http://works.workopolis.com/customers/gm/img_en/sel_off.gif";

  image2off = new Image();
  image2off.src = "http://works.workopolis.com/customers/gm/img_en/sel_off.gif";

  image3off = new Image();
  image3off.src = "http://works.workopolis.com/customers/gm/img_en/sel_off.gif";

  image4off = new Image();
  image4off.src = "http://works.workopolis.com/customers/gm/img_en/sel_off.gif";

  image5off = new Image();
  image5off.src = "http://works.workopolis.com/customers/gm/img_en/sel_off.gif";

  image6off = new Image();
  image6off.src = "http://works.workopolis.com/customers/gm/img_en/sel_off.gif";
  
  image7off = new Image();
  image7off.src = "http://works.workopolis.com/customers/gm/img_en/sel_off.gif";
  
  image8off = new Image();
  image8off.src = "http://works.workopolis.com/customers/gm/img_en/sel_off.gif";
  
  image9off = new Image();
  image9off.src = "http://works.workopolis.com/customers/gm/img_en/sel_off.gif";
  
  image10off = new Image();
  image10off.src = "http://works.workopolis.com/customers/gm/img_en/sel_off.gif";

}

function changeImages() {
  if (document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
    }
  }
}


var name = navigator.appName
if (name == "Microsoft Internet Explorer")
   style_to_use=("style.css");
else
   style_to_use=("nsstyle.css")
   document.write('<link rel=stylesheet href="http://works.workopolis.com/customers/gm/' + style_to_use + '" type="text/css">');


function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}