function NEWOPEN(theURL,winName,features){
win=window.open(theURL,winName,features);
win.moveTo(0,0);
}
