onload=init;
//-------------------------------------------
function init(){
  if (isIE){
    document.getElementById("sideBar").style.width="200px";
    document.getElementById("titleImage").style.marginTop="-10px";
    document.getElementById("forceNSFullWidth").style.width="360px";
  }
  if (isDom && isNS){
    document.getElementById("sideBar").style.width="140px";
    document.getElementById("titleImage").style.marginTop="-10px";
    document.getElementById("blog").style.width="375px";
  }
}
//-------------------------------------------
function openNewWindow()  {
    newWin=window.open('http://www.nebiru.com/webcam/java2cam.cfm?seconds=30','newWin','width=342,height=270,scrollbars=no,resizable=no,menubar=no,toolbar=no,location=no');
    newWin.focus();
} 
//-------------------------------------------