function KSU_setCOACHClip(objId,x,COACHID) { //v9.0  with (document) if (getElementById && ((obj=getElementById(objId))!=null))    with (obj) innerHTML = '<IFRAME SRC="'+ (COACHID) +'.html" STYLE="border:0px; visibility:visible; z-index: 100; color:#000000;" FRAMEBORDER="0" SCROLLING="no" height="340" width="1000"></iframe>';}function KSU_setFLVClip(objId,x,FLVID) { //v9.0  with (document) if (getElementById && ((obj=getElementById(objId))!=null))    with (obj) innerHTML = '<IFRAME SRC="'+ (FLVID) +'.html" STYLE="border:0px; visibility:visible; z-index: 100; color:#000000;" FRAMEBORDER="0" SCROLLING="no" height="280" width="320"></iframe>';}function KSU_setVideoClip(objId,x,CID,CFLID) { //v9.0  with (document) if (getElementById && ((obj=getElementById(objId))!=null))    with (obj) innerHTML = '<IFRAME SRC="http://www.kstatesports.com/VideoFeature.dbml?VIDEO_FEATURE_CUSTOM_PARAMS=YES&PROMO_CLIP_ID='+ (CID) +'&VIDEO_FEATURE_WIDTH=320&VIDEO_FEATURE_HEIGHT=306&VideoFeature.Redirect=NO" STYLE="border:0px; visibility:visible; z-index: 100; color:#000000;" FRAMEBORDER="0" SCROLLING="no" height="306" width="320"></iframe>';}function KSU_setJTVClip(objId,x,CATID,CLIPID) { //v9.0  with (document) if (getElementById && ((obj=getElementById(objId))!=null))    with (obj) innerHTML = '<object width="480" height="301" id="embed" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"><param name="movie" value="http://www.kstatesports.com/mediaPortal/embed.swf" /><param name="quality" value="high" /><param name="allowFullScreen" value="true" /><param name="flashVars" value="catid='+ (CATID) +'&id='+ (CLIPID) +'&autostart=true&server=http://www.kstatesports.com/XML/titanv3/&pageurl=http://www.kstatesports.com/mediaPortal/&jtv=400&skin=400&gaa=UA-8516149-2&nlwa=http://track1.neulion.com/jtvsp/400/" /><embed name="embed" pluginspage="http://www.adobe.com/go/getflashplayer" src="http://www.kstatesports.com/mediaPortal/embed.swf" type="application/x-shockwave-flash" width="480" height="301" quality="high" allowFullScreen="true" flashVars="catid='+ (CATID) +'&id='+ (CLIPID) +'&autostart=true&server=http://www.kstatesports.com/XML/titanv3/&pageurl=http://www.kstatesports.com/mediaPortal/&jtv=400&skin=400&gaa=UA-8516149-2&nlwa=http://track1.neulion.com/jtvsp/400/"></embed></object>';}function KSU_showHideLayers() { //v9.0  var i,p,v,obj,args=KSU_showHideLayers.arguments;  for (i=0; i<(args.length-2); i+=3)   with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }    obj.visibility=v; }}function KSU_changeProp(objId,x,theProp,theValue) { //v9.0  var obj = null; with (document){ if (getElementById)  obj = getElementById(objId); }  if (obj){    if (theValue == true || theValue == false)      eval("obj.style."+theProp+"="+theValue);    else eval("obj.style."+theProp+"='"+theValue+"'");  }}function KSU_ResetVideo(objId,x,newText) { //v9.0  with (document) if (getElementById && ((obj=getElementById(objId))!=null))    with (obj) innerHTML = unescape(newText);}function MM_changeProp(objId,x,theProp,theValue) { //v9.0  var obj = null; with (document){ if (getElementById)  obj = getElementById(objId); }  if (obj){    if (theValue == true || theValue == false)      eval("obj.style."+theProp+"="+theValue);    else eval("obj.style."+theProp+"='"+theValue+"'");  }}