<!--
function MM_controlShockwave(objStr,x,cmdName,frameNum) { //v3.0
  var obj=MM_findObj(objStr);
  if (obj) eval('obj.'+cmdName+'('+((cmdName=='GotoFrame')?frameNum:'')+')');
}

function Browser () {
	this.MSIE=(navigator.userAgent.indexOf('MSIE')>=0); 
	this.Ns=(!this.MSIE)&&((navigator.userAgent.lastIndexOf(')')==(navigator.userAgent.length-1)||(navigator.userAgent.indexOf('Netscape')>=0)));
	if (navigator.userAgent.indexOf('5.')>=0) this.ver=5;
	else if (navigator.userAgent.indexOf('4.')>=0) this.ver=4;
	else if (navigator.userAgent.indexOf('3.')>=0) this.ver=3;
	else if (navigator.userAgent.indexOf('2.')>=0) this.ver=2;
	else this.ver=6;
}

var Brows = new Browser;

function SetWidth() {
	if (Brows.ver>3) {
		if (screen.width<800) { var pagewidth='100%'; }
		else { if (screen.width<1024) { var pagewidth='96%'; }
			else { var pagewidth='90%'; }
		}
		if (Brows.MSIE) { document.all.pagediv.style.width=pagewidth; }
		if (Brows.Ns && (Brows.ver>4)) { document.getElementById("pagediv").style.width=pagewidth; }
	}
}

function ViewURL(URL) {
  window.open(URL,"view","top=0,left=0,height=420,width=620,menubar=1,scrollbars=1,resizable=1,status=1");
  return false;
}

//-->
