var passed     = location.search ? unescape(location.search.substring(1)) + '&' : '';
var myContents = passed ? passed.substring(0,passed.indexOf('&')) : 'side.htm';
passed         = passed.substring(passed.indexOf('&')+1);
var myTitle    = passed ? passed.substring(0,passed.indexOf('&')) : 'top.htm';
passed         = passed.substring(passed.indexOf('&')+1);
var myMain     = passed ? passed.substring(0,passed.indexOf('&')) : 'main.htm';

function checkframed() {
    if (top != self) { if (document.images) top.location.replace(self.location.href); else top.location.href = self.location.href; }
}

setTimeout('checkframed()',10000);

var ua = navigator.userAgent.toLowerCase();

var di = (navigator.appName == 'Microsoft Internet Explorer' && ua.indexOf('mac') > 0 && ua.indexOf('3.01') > 0) ? false : document.images;

if (di)	{
        ergi87143548 = new Image();
        document.write('<frameset onLoad="checkframed()" framespacing="0" border="0" cols="220,*" frameborder="0">');
        document.write('    <frame name="contents" src="' + myContents + '" scrolling="auto" marginwidth="1" marginheight="16" noresize style="border: 3px solid #000080">');
        document.write('    <frameset rows="155,76%">');
        document.write('        <frame name="header" src="' + myTitle + '" scrolling="no" marginwidth="0" marginheight="0" noresize style="border-right-style: solid; border-right-color: #000080; border-top-style: solid; border-top-color: #000080; border-bottom-style: solid; border-bottom-color: #000080">');
        document.write('        <frame name="esmain" src="'+ myMain + '" scrolling="auto" noresize style="border-right-style: solid; border-right-color: #000080; border-bottom-style: solid; border-bottom-color: #000080">');
        document.write('    <\/frameset>');
        document.write('<\/frameset>');
}
else {
        var star = '*';
        if (ua.indexOf('opera') > 0) star = '0';
        document.write('<frameset onLoad="checkframed()" framespacing="0" border="0" cols="220,*" frameborder="0">');
        document.write('    <frameset rows="100%,'+star+'">');
        document.write('        <frame name="contents" src="' + myContents + '" scrolling="auto" marginwidth="1" marginheight="16" noresize style="border: 3px solid #000080">');
        document.write('        <frame name="ergi87143548" target="main" scrolling="no" marginwidth="0" marginheight="0" src="blank.htm">');
        document.write('    <\/frameset>');
        document.write('    <frameset rows="50%,50%">');
        document.write('        <frame name="header" src="' + myTitle + '" scrolling="no" marginwidth="0" marginheight="0" noresize style="border-right-style: solid; border-right-color: #000080; border-top-style: solid; border-top-color: #000080; border-bottom-style: solid; border-bottom-color: #000080">');
        document.write('        <frame name="esmain" src="'+ myMain + '" scrolling="auto" noresize style="border-right-style: solid; border-right-color: #000080; border-bottom-style: solid; border-bottom-color: #000080">');
        document.write('    <\/frameset>');
        document.write('<\/frameset>');
}
