<!--
/*<![CDATA[*/
function IEHoverPseudo() {

	var navItems = document.getElementById("container-left").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuparent") {
			navItems[i].onmouseover=function() { this.className += " over"; }
			navItems[i].onmouseout=function() { this.className = "menuparent"; }
		}
	}

}
window.onload = IEHoverPseudo;
/*]]>*/
//-->

<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

//-->

<!--
var newWindow = null;
function closeWin(){
if (newWindow != null){
if(!newWindow.closed)
newWindow.close();
}
}
function popUpWin(url, type, strWidth, strHeight){
closeWin();
if (type == "fullScreen" ){
strWidth = screen.availWidth - 10;
strHeight = screen.availHeight - 160;
}
var tools="";
if (type == "standard" || type == "fullScreen" ) tools =
"resizable,toolbar=yes,location=yes,scrollbars=yes,menubar=yes,width=418,height=660,top=10,left=20";
if (type == "console" ) tools =
"resizable,toolbar=yes,location=no,scrollbars=yes,width=418,height=660,left=10,top=20";
newWindow = window.open(url, 'newWin', tools);
newWindow.focus();
}
//-->

<!--
var newWindow = null;
function closeWin(){
if (newWindow != null){
if(!newWindow.closed)
newWindow.close();
}
}
function popUpWin2(url, type, strWidth, strHeight){
closeWin();
if (type == "fullScreen" ){
strWidth = screen.availWidth - 10;
strHeight = screen.availHeight - 160;
}
var tools="";
if (type == "standard" || type == "fullScreen" ) tools =
"resizable,toolbar=yes,location=yes,scrollbars=yes,menubar=yes,width=418,height=660,top=10,left=20";
/* "toolbar=no,location=yes,scrollbars=no,menubar=no,width=378,height=320,top=10,left=20"; */
if (type == "console" ) tools =
"resizable,toolbar=yes,location=yes,scrollbars=yes,menubar=yes,width=418,height=660,top=10,left=20";
/* "toolbar=no,location=yes,scrollbars=no,menubar=no,width=378,height=320,top=10,left=20"; */
newWindow = window.open(url, 'newWin', tools);
newWindow.focus();
}

function popUpWin3(url, type, strWidth, strHeight){
closeWin();
if (type == "fullScreen" ){
strWidth = screen.availWidth - 10;
strHeight = screen.availHeight - 160;
}
var tools="";
if (type == "standard" || type == "fullScreen" ) tools =
"resizable,toolbar=yes,location=yes,scrollbars=yes,menubar=yes,width=560,height=400,top=5,left=5";
/* "toolbar=no,location=yes,scrollbars=no,menubar=no,width=378,height=320,top=10,left=20"; */
if (type == "console" ) tools =
"resizable,toolbar=yes,location=yes,scrollbars=yes,menubar=yes,width=560,height=400,top=5,left=5";
/* "toolbar=no,location=yes,scrollbars=no,menubar=no,width=378,height=320,top=10,left=20"; */
newWindow = window.open(url, 'newWin', tools);
newWindow.focus();
}
//-->

<!--
function popUpWin4(url, name, w, h)
{
	w +=32;
	h +=96;
	var win = window.open(url,
	name,
	'width=' + w + ', height=' + h + ', ' +
	'location=no, menubar=no, scrollbars=no, resizable=yes');
	win.resizeTo(w, h);
	win.focus();
}
// -->
