// chicita.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(13);
mn[ 0] = 'start';
mn[ 1] = 'necklaces';
mn[ 2] = 'pendants';
mn[ 3] = 'earrings';
mn[ 4] = '';
mn[ 5] = '';
mn[ 6] = '';
mn[ 7] = '';
mn[ 8] = '';
mn[ 9] = '';
mn[10] = '';
mn[11] = 'shop';
mn[12] = 'mail';

// set client|cd:client description|ce:client email|cn:client name|cs:client shop|cu:client url|cv:client vat
var cd = 'Jewellery To Live For';
var ce = 'chicita@cherryheaven.co.uk';
var cn = 'Chicita';
var cs = 'shop@cherryheaven.co.uk';
var cu = 'chicita.co.uk';
var cv = '17.5%';

// 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 = '#FFC0CB'; window.status = s4;}
else {;}
}
function FaveOff(ui)
{
if   (nc == 'e6' || nc == 'e7' || nc == 'm6' || nc == 'm8')
     {document.getElementById(ui).style.color = '#A0A0A0'; 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';
}

// 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 = '#FFC0CB';}
if   (bc < 58) 
     {bt = setTimeout('LinkBlink("'+li+'")', 1);}
if   (bc > 57) 
     {bt = setTimeout('LinkBlink("'+li+'")', 1); document.getElementById(li).style.color = '#A0A0A0';}
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 = '#FFC0CB'; window.status = s6;
}
function LinkOff(li)
{
document.getElementById(li).style.color = '#A0A0A0'; window.status = s2;
}

// mouse over url link to swap colour|ui:url id
function LookOn(ui)
{
document.getElementById(ui).style.color = '#FFC0CB'; window.status = s8;
}
function LookOff(ui)
{
document.getElementById(ui).style.color = '#A0A0A0'; window.status = s2;
}

// mouse over mail link to swap colour|ei:email link id
function MailOn(ei)
{
document.getElementById(ei).style.color = '#FFC0CB'; window.status = s5;
}
function MailOff(ei)
{
document.getElementById(ei).style.color = '#A0A0A0'; window.status = s2;
}

// mouse over text to swap remote page link colour|li:link id
function PageOn(li)
{
document.getElementById(li).style.color = '#FFC0CB'; window.status = s7;
}
function PageOff(li)
{
document.getElementById(li).style.color = '#A0A0A0'; 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 = '#FFC0CB';}
if   (bc < 58) 
     {bt = setTimeout('SiteBlink("'+si+'")', 1);}
if   (bc > 57) 
     {bt = setTimeout('SiteBlink("'+si+'")', 1); document.getElementById(si).style.color = '#A0A0A0';}
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 = '#FFC0CB'; window.status = s9;
}
function SiteOff(ui)
{
document.getElementById(ui).style.color = '#A0A0A0'; window.status = s2;
}

// mouse over text to swap remote text colour|ti:text id
function TextOn(ti)
{
document.getElementById(ti).style.color = '#FFC0CB';
}
function TextOff(ti)
{
document.getElementById(ti).style.color = '#D3D3D3';
}

// text for status messages
var s4 = 'Click, to add Chicita to your list of favourites.';
var s5 = 'Click, to mail Chicita about anything on this page.';
