<!--

function print_out() {
	if (navigator.userAgent.match(/msie (\d)/i)) {
		v = (eval(RegExp.$1) >= 5) ? 1 : 0;
		if (mac){v = 0;}
		}
	else if (self.innerWidth) {
		v = (eval(navigator.appVersion.charAt(0)) >= 4) ? 1 : 0;
		}
	else v = 0;

	if (v) window.print();
	else alert("This function cannot be used by a browser used.");
}

	
function changeFont(obj){
	setCookie('font', obj.options[obj.selectedIndex].value);
	window.location.reload();
}
function setSelect(){
	if (font == 'L') {
		document.controller.font.selectedIndex = 0;
	}
	if (font == 'M') {
		document.controller.font.selectedIndex = 1;
	}
}
function setCookie(key, value) { 
	document.cookie = key + '=' + value + '; path=/eng/ir;';
}



function MM_jumpMenu(targ,selObj,restore){ //v3.0
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	if (restore) selObj.selectedIndex=0;
}
function MM_jumpMenuGo(selName,targ,restore){ //v3.0
	var selObj = MM_findObj(selName); if (selObj) MM_jumpMenu(targ,selObj,restore);
}

//-->
