var win = null;
function NewWindow(mypage,w,h){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=no,resizable'
var winname="";
winname=processingtime1+"..."+processingtime2+"..."+ship1a+"..."+ship1b+"..."+ship2a+"..."+ship2b;
win = window.open(mypage+'?'+winname,'',settings)
}
