

<!--
var str = location.search;
var pos = str.indexOf("&print");

if ((top.location.href.indexOf("mainframe.html") == -1)&& (pos == -1)) 
top.location.href = "mainframe.html?" + this.location.pathname + "&1";
// -->




