<!--
function openNew(html,name,size){
newWin = open(html,name,size);
newWin.focus()
}
//-->