<!-- 
function wopen(url,name,w,h){
		z = '"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+w+',height='+h+'"';
	nw = window.open(url,name,z);
	nw.focus();
}

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}
// -->
