function MM_newWin(url, n, w, h) {
  window.open(url, n, 'toolbar=0,resizable=0,width='+w+',height='+h)
}
function MM_newWin2(url, n, w, h) {
 	win=window.open(url, n, 'toolbar=0,resizable=0,width='+w+',height='+h+',scrollbars=yes')
	win.window.focus();
}
