

//tmtC_cssOnResolution
if (window.screen){
  var w = screen.width;
  tmt_css_640 = "../products_files/style800.css";
  tmt_css_800 = "../products_files/style800.css";
  tmt_css_1024 = "../products_files/style.css";
  if(w<740){
    document.write("<link rel='stylesheet' href='_%20+%20tmt_css_640%20+%20_.html' type='text/css'>");
  }
  if(w>=740 & w<835){
    document.write("<link rel='stylesheet' href='_%20+%20tmt_css_800%20+%20_.html' type='text/css'>");
  }
  if(w>=835){
    document.write("<link rel='stylesheet' href='_%20+%20tmt_css_1024%20+%20_.html' type='text/css'>");
  }
}//tmtC_cssOnResolutionEnd

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

