
if (top.frames.length!=0)
top.location=self.document.location;

function hidestatus()
{
window.status=''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus


function openside (urlcopy, width, height, winopts) 
{      { if (window.sidebars == null)
	          {  sidebars = new Object;
	             sidebars.length = 1;
           }
        params = "width=" + width + ",height=" + height + "," + winopts;
        var tempref = window.open(urlcopy, "sidebar" + sidebars.length, params);
        sidebars[sidebars.length] = tempref;
        sidebars.length++;  
      }
}
// -->
