
// WWW Support Services concepts and systems are proprietary and strictly copyright all rights reserved since 1996. Use on servers, imitation and duplication of any part a WWW Support Services system including: look, feel, methodology, functionality and software is strictly prohibited without written license to do so and pre payment of appropriate fees.


var mdc="FFFFFF"  // mouse down colour
var mouc="" //99CC99"  // mouse out
var movc="CCFFCC"  // mouse over
var nb="&nbsp;<IMG SRC=\"womens-football.gif\" WIDTH=14 HEIGHT=14 STYLE=\"vertical-align:middle\">&nbsp;"  // news menu item bullet
var nbe="&nbsp;"
var hid="headline"
var yo=30  //  scroll negative offset
var nic=0
var hl=new Array()


function nm()
{
nd=document.getElementsByTagName('DIV').length
for (var i=0; i<nd; i++){if(document.getElementsByTagName('DIV')[i].id==hid){hl[nic]=i; nic++}}
if(nic>9){nic=9}

for (var i=0; i<nic; i++)
{
n=document.getElementById('newsmenu'+i)
tmp=striptags(document.getElementsByTagName('DIV')[hl[i]].innerHTML)
if(tmp.length>34){tmp=tmp.substr(0,34)+"..."}
n.innerHTML=nb+tmp+nbe
n.style.backgroundColor=mouc
}
}


function xp(n)
{
if (!n && this){n=this}
var tp=n.offsetTop
var pp=n.offsetParent
while (pp!=null){
tp+=pp.offsetTop;
pp=pp.offsetParent
}
return tp
}


function striptags(t)
{
tgs=t.indexOf("<")
while(tgs>-1){
tge=t.indexOf(">")
t=t.substr(0,tgs)+t.substr(tge+1)
tgs=t.indexOf("<")
}
return t
}


function md(n){if(idno(n)<nic){n.style.backgroundColor=mdc; move(n)}}
function md2(n,l){n.style.backgroundColor=mdc; nl(l)}
function nl(l){document.location=l}
function mou(n){if(idno(n)<nic){n.style.backgroundColor=mouc}}
function mov(n){if(idno(n)<nic){n.style.backgroundColor=movc}}
function move(n){scrollTo(0,xp(document.getElementsByTagName('DIV')[hl[idno(n)]])-yo)}
function idno(n){return n.id.substr(n.id.length-1,1)}

function bttv(n){n.style.backgroundColor="FF0000"}
function bttu(n){n.style.backgroundColor=""}
function bttd(n){bttu(n); scrollTo(0,0)}

// email control

function email(n)
{
var re=/@/gi
n=n.replace(re, ".")
re=/#/gi
n=n.replace(re, "@")
open("mailto:"+n)
}

// footer control

var fdc="0000FF"  
var fuc="BCD5FF"  
var foc="76C2FF" 

function fd(n,l){n.style.backgroundColor=fdc; fl(l)}
function fu(n){n.style.backgroundColor=fuc}
function fo(n){n.style.backgroundColor=foc}
function fl(l){document.location=l}

// side pannel

function side()
{
//tn=gety('sidetop')
//mn=gety('sidemid')
//bn=gety('sidebottom')

//alert(tn+"   "+mn+"   "+bn)

//hn=((bn-mn)-10).toString()
//pobj=document.getElementById('sidemid')
//pobj.innerHTML='<IFRAME FRAMEBORDER=0 SCROLLING=NO HEIGHT='+hn+' WIDTH=204 SRC="womens-football-menu.htm" marginHeight=0 marginWidth=0></IFRAME>'

}


function gety(nam)
{
obj=document.getElementById(nam); cy=0
if (document.getElementById || document.all) { while (obj.offsetParent) { cy +=obj.offsetTop; obj=obj.offsetParent } }
else if (document.layers) { cy +=obj.y }
return cy
}


