<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
var newWin="";
function openWinfromJumpMenu(menu){
x = window.screen.availWidth
y = (window.screen.availHeight-150)
if (x <= 700)		
	x = (window.screen.availWidth-75)
else
	x = 700
if (y <= 550)		
	y = (window.screen.availHeight-50)
else
	y = 550
if(!menu.selectedIndex) {return;}
with(menu[menu.selectedIndex]){
if(newWin && !newWin.closed){newWin.close()};
features="toolbar=no,scrollbars=yes,resizable=yes,width="+x+",height="+y+";"
newWin=window.open(value,'',features);
}
}
function winopen(url,winname){
	x = window.screen.availWidth
	y = (window.screen.availHeight-150)
	if (x <= 700)		
		x = (window.screen.availWidth-75)
	else
		x = 700
	if (y <= 550)		
		y = (window.screen.availHeight-50)
	else
		y = 550
	var options = "toolbar=no,scrollbars=yes,resizable=yes,width=" + x + ",height=" + y;
	msgWindow=window.open(url,winname,options);
	}
-->
