var els=new Array('p','li','tr','td','span');var szs=new Array('xx-small','x-small','small','medium','large','x-large','xx-large');var startSz=2;window.defaultStatus='THE RUNNING HORSE';var u="portaluser1";var p="tagline1";function openLink(theURL,winName,features){window.open(theURL,winName,features);return false;}function fs(target,inc){if(!document.getElementById)return;var doc=document,cEl=null,sz=startSz,i,j,cTags;sz+=inc;if(sz<0)sz=0;if(sz>6)sz=6;startSz=sz;if(!(cEl=doc.getElementById(target)))cEl= doc.getElementsByTagName(target)[0];cEl.style.fontSize=szs[sz];for(i=0;i<els.length;i++){cTags=cEl.getElementsByTagName(els[i]);for(j=0;j<cTags.length;j++)cTags[j].style.fontSize=szs[sz];}}
function cssOn(){document.cssImg.src="g/h-valid-css.gif"}
function cssOff(){document.cssImg.src="g/valid-css.gif"}
function xhtmlOn(){document.xhtmlImg.src="g/h-valid-xhtml.gif"}
function xhtmlOff(){document.xhtmlImg.src="g/valid-xhtml.gif"}
var flag=0;
//* Modified to support Opera *//
function bookmark(title,url){
if(window.sidebar)window.sidebar.addPanel(title,url,"");
else if(window.opera && window.print){
var elem = document.createElement('a');
elem.setAttribute('href',url);
elem.setAttribute('title',title);
elem.setAttribute('rel','sidebar');
elem.click();
} 
else if(document.all)window.external.AddFavorite(url,title);
}

function showHide(shID) {
if (document.getElementById(shID)) {
if (document.getElementById(shID+'-show').style.display != 'none') {
document.getElementById(shID+'-show').style.display = 'none';
document.getElementById(shID).style.display = 'block';
flag=flag+1;
}
else 
{
document.getElementById(shID+'-show').style.display = 'inline';
document.getElementById(shID).style.display = 'none';
}
}
}