// my-locator.co.uk

// clickers
var en = new Image(24,11); en.src = 'cken.gif'; // clicker:end
var oa = new Image(24,11); oa.src = 'ckoa.gif'; // clicker:over action

// link marker
var lm = new Image( 8, 8); lm.src = 'lkmk.gif'; // link marker

// menu array
mn = new Array(7);
mn[ 0] = 'start';
mn[ 1] = 'locator';
mn[ 2] = 'tags';
mn[ 3] = '';
mn[ 4] = '';
mn[ 5] = 'shop';
mn[ 6] = 'mail';

// set client|cd:client description|ce:client email|cn:client name|cu:client url
var cd = 'Lost And Found';
var ce = 'mylocator@cherryheaven.co.uk';
var cn = 'My Locator';
var cu = 'my-locator.co.uk';

// mouse over favourite link to swap colour|nc:navigator code|ui:url id
function FaveOn(ui)
{
if   (nc == 'e6' || nc == 'm6' || nc == 'm8') 
     {document.getElementById(ui).style.color = '#00FFFF'; window.status = s4;}
else {;}
}
function FaveOff(ui)
{
if   (nc == 'e6' || nc == 'm6' || nc == 'm8')
     {document.getElementById(ui).style.color = '#6495ED'; window.status = s2;}
else {;}
}

// mouse over field to swap background colour|fi:field id
function FieldOn(fi)
{
document.getElementById(fi).style.background = '#333333';
}
function FieldOff(fi)
{
document.getElementById(fi).style.background = '#000000';
}

// float horizontally|ft:float timer|nx:new x|xo:x object|xt:x time
function FloatX(xt)
{
xo = document.getElementById('xobj');  xo.style.visibility = 'visible';
nx = parseInt(xo.style.left); nx=nx+1; xo.style.left = nx+'px';
if  (nx < 609) {ft = setTimeout('FloatX(xt)', xt);}
if  (nx > 608) {clearTimeout(ft); nx = 0; xo.style.visibility = 'hidden';} 
}

// link blink to blink and swap colour|bc:blink counter|bt:blink timer|li:link id
function LinkBlink(li)
{
bc =  bc + 1; window.status = s7;
if   (bc == 1 || bc == 15 || bc == 29 || bc == 43)
     {document.getElementById(li).style.color = '#000000';}
if   (bc == 8 || bc == 22 || bc == 36) 
     {document.getElementById(li).style.color = '#00FFFF';}
if   (bc < 58) 
     {bt = setTimeout('LinkBlink("'+li+'")', 1);}
if   (bc > 57) 
     {clearTimeout(bt); bc = 0; document.getElementById(li).style.color = '#6495ED'; window.status = s2;}
}

// mouse over page link to swap colour|li:link id
function LinkOn(li)
{
document.getElementById(li).style.color = '#00FFFF'; window.status = s6;
}
function LinkOff(li)
{
clearTimeout(bt); bc = 0; document.getElementById(li).style.color = '#6495ED'; window.status = s2;
}

// mouse over url link to swap colour|ui:url id
function LookOn(ui)
{
document.getElementById(ui).style.color = '#00FFFF'; window.status = s8;
}
function LookOff(ui)
{
clearTimeout(bt); bc = 0; document.getElementById(ui).style.color = '#6495ED'; window.status = s2;
}

// mouse over mail link to swap colour|ei:email link id
function MailOn(ei)
{
document.getElementById(ei).style.color = '#00FFFF'; window.status = s5;
}
function MailOff(ei)
{
document.getElementById(ei).style.color = '#6495ED'; window.status = s2;
}

// mouse over text to swap remote page link colour|li:link id
function PageOn(li)
{
document.getElementById(li).style.color = '#00FFFF'; window.status = s7;
}
function PageOff(li)
{
clearTimeout(bt); bc = 0; document.getElementById(li).style.color = '#6495ED'; window.status = s2;
}

// site blink to blink and swap colour|bc:blink counter|bt:blink timer|si:site id
function SiteBlink(si)
{
bc =  bc + 1; window.status = s9;
if   (bc == 1 || bc == 15 || bc == 29 || bc == 43)
     {document.getElementById(si).style.color = '#000000';}
if   (bc == 8 || bc == 22 || bc == 36) 
     {document.getElementById(si).style.color = '#00FFFF';}
if   (bc < 58) 
     {bt = setTimeout('SiteBlink("'+si+'")', 1);}
if   (bc > 57) 
     {clearTimeout(bt); bc = 0; document.getElementById(si).style.color = '#6495ED'; window.status = s2;}
}

// mouse over text to swap remote url link colour|ui:url id
function SiteOn(ui)
{
document.getElementById(ui).style.color = '#00FFFF'; window.status = s9;
}
function SiteOff(ui)
{
clearTimeout(bt); bc = 0; document.getElementById(ui).style.color = '#6495ED'; window.status = s2;
}

// mouse over text to swap remote text colour|ti:text id
function TextOn(ti)
{
document.getElementById(ti).style.color = '#00FFFF';
}
function TextOff(ti)
{
clearTimeout(bt); bc = 0; document.getElementById(ti).style.color = '#6495ED'; window.status = s2;
}

// text for audio messages

// text for status messages
var s4 = 'Click, to add My Locator to your list of favourites.';
var s5 = 'Click, to mail My Locator about anything on this page.';
