function newWindow(object_html){
   objectWindow = window.open(object_html, "AutoWindow", "top=0,left=0,width=660,height=500,toolbar=no,scrollbars=no,resizable=no")
   objectWindow.focus()
}

function docat() {
   objectWindow= document.open("index.html")
   objectWindow.focus()
}


