browserName=navigator.appName;
browserVer=parseInt(navigator.appVersion);
if(browserVer >=3)
        version="3";
else
        version="2";
if (version=="3")
{

ws_02_on=new Image();
ws_02_on.src="images/ws_on_02.gif";
ws_02_off=new Image();
ws_02_off.src="images/ws_02.gif";

ws_04_on=new Image();
ws_04_on.src="images/ws_on_04.gif";
ws_04_off=new Image();
ws_04_off.src="images/ws_04.gif";

sw_02_on=new Image();
sw_02_on.src="images/sw_on_02.gif";
sw_02_off=new Image();
sw_02_off.src="images/sw_02.gif";

sw_04_on=new Image();
sw_04_on.src="images/sw_on_04.gif";
sw_04_off=new Image();
sw_04_off.src="images/sw_04.gif";

partnership_on=new Image();
partnership_on.src="images/partnership_on.gif";
partnership_off=new Image();
partnership_off.src="images/partnership.gif";

content_on=new Image();
content_on.src="images/content_on.gif";
content_off=new Image();
content_off.src="images/content.gif";

surf_cancel_on=new Image();
surf_cancel_on.src="images/surf_cancel_on.gif";
surf_cancel_off=new Image();
surf_cancel_off.src="images/surf_cancel.gif";

surf_terms_on=new Image();
surf_terms_on.src="images/surf_terms_on.gif";
surf_terms_off=new Image();
surf_terms_off.src="images/surf_terms.gif";

surf_privacy_on=new Image();
surf_privacy_on.src="images/surf_privacy_on.gif";
surf_privacy_off=new Image();
surf_privacy_off.src="images/surf_privacy.gif";

home_on=new Image();
home_on.src="images/home_on.gif";
home_off=new Image();
home_off.src="images/home.gif";

about_on=new Image();
about_on.src="images/about_on.gif";
about_off=new Image();
about_off.src="images/about.gif";

contact_on=new Image();
contact_on.src="images/contact_on.gif";
contact_off=new Image();
contact_off.src="images/contact.gif";

terms_on=new Image();
terms_on.src="images/terms_on.gif";
terms_off=new Image();
terms_off.src="images/terms.gif";

privacy_on=new Image();
privacy_on.src="images/privacy_on.gif";
privacy_off=new Image();
privacy_off.src="images/privacy.gif";


}
