<!--
frameurl = top.location.href
//document.write(frameurl + 'url')
checkval = frameurl.indexOf('checked');
//document.write(checkval)
if (checkval != "-1"){
}else{
if (window == top){
document.write("<frameset rows='44,*,25' frameborder='NO' marginwidth='0' marginheight='0' border='0' framespacing='0'>");
document.write("<frame src='header.htm' scrolling='NO' marginwidth='0' marginheight='0'><frameset cols='130,*' frameborder='NO' marginwidth='0' marginheight='0' border='0' framespacing='0'>");
document.write("<frame src='/nobots/menu.htm' scrolling='NO' marginwidth='0' marginheight='0'><frame src='" + frameurl + "?checked' marginwidth='0' marginheight='0' name='main1'>");
document.write("</frameset><frame src='footer.htm' scrolling='NO' marginwidth='0' marginheight='0'></frameset><noframes>");
}
}
-->