/**Licensed Materials - Property of IBM.Symphony Website(c) Copyright IBM Corporation 2008 [2010].  All Rights Reserved.U.S. Government Users Restricted Rights:  Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.**//* ---------------------------------------------Global Symphony Website Javascript          This is a legacy file that maps old method names to new ones.This file will go away when migration of all calls to the newnaming convention is complete.--------------------------------------------- */var eventVar;function objFocusHeader(obj){	if (window.XMLHttpRequest) {	} else if (window.ActiveXObject) {		if(eventVar==1){				}else{		obj.style.border="dotted 1px #939598";		}	}	}function objBlurHeader(obj){	if (window.XMLHttpRequest) {			} else if (window.ActiveXObject) {		obj.style.border="0pt none";	}}function setEventVar(){	eventVar=event.button;}function iconfocus(obj){	if (window.XMLHttpRequest) {	} else if (window.ActiveXObject) {		if(eventVar==1){				}else{			obj.className="iconfocus";		}	}}function iconblur(obj){	if (window.XMLHttpRequest) {			} else if (window.ActiveXObject) {		obj.className="";	}}function SetCookie(cookiename, cookievalue){	return SC_SetCookie(cookiename, cookievalue);}//Added by She Min,2010/08/31function _getCookie(c_name) {	if (document.cookie.length>0) {		c_start=document.cookie.indexOf(c_name + "=");		if (c_start!=-1) {			c_start=c_start + c_name.length+1;			c_end=document.cookie.indexOf(";",c_start);		if (c_end==-1) c_end=document.cookie.length;		return unescape(document.cookie.substring(c_start,c_end));		}	}	return "";}function resizeMain() {	return SC_resizeMain();}/* ---------------------------------------------------------- *//*  For footer setting	          			                  *//* ---------------------------------------------------------- */function setFooter(){	return SC_setFooter();}function fixPNGInIE(){	return SC_fixPNGInIE();}				/* ---------------------------------------------------------- *//*  Open demo 			          			                  *//* ---------------------------------------------------------- */function opendemo(i) {	return SC_opendemo(i);}function opendemo_new(URL){	return SC_opendemo_new(URL);}function open_new(URL,width,height){	return SC_open_new(URL,width,height);}function closewindow(){   	return SC_closewindow();}/* WARNING: we cannot proxy this variable so it must remain prefixed until we find all use of it and change the code.var cancelPost= false;*/function checkTags(){	return SC_checkTags()}function checkValid(){	return SC_checkValid();}function getNameFromRecipient(recipient){	return SC_getNameFromRecipient(recipient);}/* ---------------------------------------------------------- *//*  Utility  			        			                  *//* ---------------------------------------------------------- */function getRadioValue(radiogroup){	return SC_getRadioValue(radiogroup);}function trim(stringToTrim) {	return SC_trim(stringToTrim);}function escapeHTML(text){	return SC_escapeHTML(text);}function checkLength(strTarget,length,prompt){	return SC_checkLength(strTarget,length,prompt);}function checkEmpty(strTarget,isPrompt){	return SC_checkEmpty(strTarget,isPrompt);}function addSpamToURL(oldURL){	return SC_addSpamToURL(oldURL);}function textCounter(field,maxlimit) { 	return SC_textCounter(field,maxlimit);} function symphonyStyleTag(tag, ta) { 	return SC_symphonyStyleTag(tag, ta);}
