
function newWS(n,f,w,h){	
newWin=window.open(f,n,"scrollbars=yes,menubar=no,width=" + w + ",height=" + h + "")
newWin.focus()
}
function newW(c,w){	
newWin=window.open(w,"win"+c,"resizeable=yes, scrollbars=yes,menubar=yes,width=700,height=450, status=yes")
newWin.focus()
}

