function ns(mthis){
if (!document.all){
parent.win1 = window.open("","ns")
parent.win1.focus()
return true}
}

function nw(mthis){
parent.winNW = window.open(mthis,"_blank","width=580,height=400,resizable=Yes,scrollbars=YES,left=15,top=15")
parent.winNW.focus()
return false
}

function nwE(mthis){
parent.winNWE = window.open("","nwE","resizable=Yes,scrollbars=YES,left=15,top=15")
parent.winNWE.focus()
}


