
// 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

// Menu bar control

function mou(n){n.style.backgroundColor=mouc}
function mov(n){n.style.backgroundColor=movc}
function md2(n,l){n.style.backgroundColor=mdc; nl(l)}
function nl(l){document.location=l}

// back to top control

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
}


// archive link control

var aoc=""  
var avc="CCE5FF" 

function ao(n){n.style.backgroundColor=aoc}
function av(n){n.style.backgroundColor=avc}

