<!--

function writeJS(){
var str='';
str+='<frameset border="0" rows="150,*" onload="enlarge();">';
str+='<frame marginheight="0" marginwidth="0" name="title" id="title" noresize="noresize" src="web\/title.html" \/>';
str+='<frame marginheight="0" marginwidth="0" name="main" id="main" src="web\/home.html" \/>';
str+='<noframes>';
str+='<body>';
str+='<p>This page requires frames to view this site correctly<\/p>';
str+='<\/body>';
str+='<\/noframes>';
str+='<\/frameset>';
document.write(str);
}
writeJS();

//-->

