/* corfecastlevillage.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(14);
mn[ 0] = 'start';
mn[ 1] = 'village';
mn[ 2] = 'towns';
mn[ 3] = 'countryside';
mn[ 4] = 'beaches';
mn[ 5] = 'shopping';
mn[ 6] = 'eating';
mn[ 7] = 'staying';
mn[ 8] = 'attractions';
mn[ 9] = 'shop';
mn[10] = 'mail';
mn[11] = 'travel';
mn[12] = 'photos';
mn[13] = 'map';

// set client|cd:client description|ce:client email|cn:client name|cs:client shop|cu:client url|cv:client vat
var cd = 'village life';
var ce = 'corfecastlevillage@cherryheaven.co.uk';
var cn = 'Corfe Castle Village';
var cs = 'shop@cherryheaven.co.uk';
var cu = 'corfecastlevillage.co.uk';
var cv = '20.0%';

// mouse over call to swap remote text colour|ti:text id
function CallOn(ti)
{
document.getElementById(ti).style.color = '#C7B33E'; window.status = sC;
}
function CallOff(ti)
{
document.getElementById(ti).style.color = '#D3D3D3'; window.status = s2;
}

// mouse over favourite link to swap colour|nc:navigator code|ui:url id
function FaveOn(ui)
{
if   (nc == 'e6' || nc == 'e7' || nc == 'm6' || nc == 'm8') 
     {document.getElementById(ui).style.color = '#C7B33E'; window.status = s4;}
else {;}
}
function FaveOff(ui)
{
if   (nc == 'e6' || nc == 'e7' || nc == 'm6' || nc == 'm8')
     {document.getElementById(ui).style.color = '#796843'; window.status = s2;}
else {;}
}

// mouse over field to swap background colour|fi:field id
function FieldOn(fi)
{
document.getElementById(fi).style.background = '#FFFACD';
}
function FieldOff(fi)
{
document.getElementById(fi).style.background = '#FFFFF0';
}

// 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 = '#C7B33E';}
if   (bc < 58) 
     {bt = setTimeout('LinkBlink("'+li+'")', 1);}
if   (bc > 57) 
     {bt = setTimeout('LinkBlink("'+li+'")', 1); document.getElementById(li).style.color = '#796843';}
if   (bc == 101)
     {clearTimeout(bt); bc = 0; window.status = s2;}
}

// mouse over page link to swap colour|li:link id
function LinkOn(li)
{
document.getElementById(li).style.color = '#C7B33E'; window.status = s6;
}
function LinkOff(li)
{
document.getElementById(li).style.color = '#796843'; window.status = s2;
}

// mouse over url link to swap colour|ui:url id
function LookOn(ui)
{
document.getElementById(ui).style.color = '#C7B33E'; window.status = s8;
}
function LookOff(ui)
{
document.getElementById(ui).style.color = '#796843'; window.status = s2;
}

// mouse over mail link to swap colour|ei:email link id
function MailOn(ei)
{
document.getElementById(ei).style.color = '#C7B33E'; window.status = s5;
}
function MailOff(ei)
{
document.getElementById(ei).style.color = '#796843'; window.status = s2;
}

// mouse over text to swap remote page link colour|li:link id
function PageOn(li)
{
document.getElementById(li).style.color = '#C7B33E'; window.status = s7;
}
function PageOff(li)
{
document.getElementById(li).style.color = '#796843'; 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 = '#C7B33E';}
if   (bc < 58) 
     {bt = setTimeout('SiteBlink("'+si+'")', 1);}
if   (bc > 57) 
     {bt = setTimeout('SiteBlink("'+si+'")', 1); document.getElementById(si).style.color = '#796843';}
if   (bc == 101)
     {clearTimeout(bt); bc = 0; window.status = s2;}
}

// mouse over text to swap remote url link colour|ui:url id
function SiteOn(ui)
{
document.getElementById(ui).style.color = '#C7B33E'; window.status = s9;
}
function SiteOff(ui)
{
document.getElementById(ui).style.color = '#796843'; window.status = s2;
}

// mouse over text to swap remote text colour|ti:text id
function TextOn(ti)
{
document.getElementById(ti).style.color = '#C7B33E';
}
function TextOff(ti)
{
document.getElementById(ti).style.color = '#D3D3D3';
}

// text for status messages
var s4 = 'Click, to add Corfe Castle Village to your list of favourites.';
var s5 = 'Click, to mail Corfe Castle Village about anything on this page.';

