function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function jump(url,windowName,w,h){
	theLeft=(screen.availWidth-w)/2;
	theTop=(screen.availHeight-h)/2;
	winSize= 'width='+w+',height='+h+',left='+theLeft+',top='+theTop+',scrollbars=no,toolbar=no,xlocation=no,status=no,menubar=no,resizable=no'; 
	win = window.open(url,windowName,winSize);
}




function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function jumpB(url,windowName,w,h){
	theLeft=(screen.availWidth-w)/2;
	theTop=(screen.availHeight-h)/2;
	winSize= 'width='+w+',height='+h+',left='+theLeft+',top='+theTop+',scrollbars=yes,toolbar=no,xlocation=no,status=no,menubar=no,resizable=yes'; 
	win = window.open(url,windowName,winSize);
}
