
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function chTextSize(inc,obj) {
	
	if(inc=='true'){
		
		obj.style.fontSize="15px";
		
		//obj.style.fontSize.substring(0,2)+2+"px";
		//document.write(obj.style.fontSize);
		
	} else {
		obj.style.fontSize="11px";
	}
}

