// prettyclothes.co.uk: local javascript

// clickers
var en = new Image( 24, 11); en.src = 'http://www.prettyclothes.co.uk/cken.gif'; // clicker:end
var oa = new Image( 24, 11); oa.src = 'http://www.prettyclothes.co.uk/ckoa.gif'; // clicker:over action

// link marker
var lm = new Image(  8,  8); lm.src = 'http://www.prettyclothes.co.uk/lkmk.gif'; // link marker

// pop-up marker
var pm = new Image( 10, 12); pm.src = 'http://www.prettyclothes.co.uk/pumk.gif'; // pop-up marker

// menu array
mn = new Array(17);
mn[ 0] = 'main-menu';
mn[ 1] = 'rompers';
mn[ 2] = 'pinnies';
mn[ 3] = 'dresses';
mn[ 4] = 'skirts';
mn[ 5] = 'boys-tops';
mn[ 6] = 'shop';
mn[ 7] = 'mail';
mn[ 8] = '';
mn[ 9] = 'night-time';
mn[10] = 'trousers';
mn[11] = 'girls-tops';
mn[12] = 'shoes';
mn[13] = 'layette and rompers';
mn[14] = 'nightdresses and pyjamas';
mn[15] = 'bermudas, shorts, and trousers';
mn[16] = 'no-music';

// set client|cd:client description|ce:client email|cn:client name|cs:client shop|cu:client url|cv:client vat
var cd = 'Classic Style For Babies, Boys, And Girls';
var ce = 'prettyclothes@cherryheaven.co.uk';
var cn = 'Pretty Clothes';
var cs = 'shop@cherryheaven.co.uk';
var cu = 'prettyclothes.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 == 'e8' || nc == 'e9' || nc == 'm6' || nc == 'm8') 
     {document.getElementById(ui).style.color = '#FFFFFF'; window.status = s4;}
else {;}
}
function FaveOff(ui)
{
if   (nc == 'e6' || nc == 'e7' || nc == 'e8' || nc == 'e9' || nc == 'm6' || nc == 'm8')
     {document.getElementById(ui).style.color = '#DE9A57'; 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 || bc == 57)
     {document.getElementById(li).style.color = '#000000';}
if   (bc == 8 || bc == 22 || bc == 36 || bc == 50) 
     {document.getElementById(li).style.color = '#FFFFFF';}
if   (bc < 72) 
     {bt = setTimeout('LinkBlink("'+li+'")', 1);}
if   (bc > 71) 
     {bt = setTimeout('LinkBlink("'+li+'")', 1); document.getElementById(li).style.color = '#DE9A57';}
if   (bc == 121)
     {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 = '#FFFFFF'; window.status = s6;
}
function LinkOff(li)
{
document.getElementById(li).style.color = '#DE9A57'; window.status = s2;
}

// mouse over url link to swap colour|ui:url id
function LookOn(ui)
{
document.getElementById(ui).style.color = '#FFFFFF'; window.status = s8;
}
function LookOff(ui)
{
document.getElementById(ui).style.color = '#DE9A57'; window.status = s2;
}

// mouse over mail link to swap colour|ei:email link id
function MailOn(ei)
{
document.getElementById(ei).style.color = '#FFFFFF'; window.status = s5;
}
function MailOff(ei)
{
document.getElementById(ei).style.color = '#DE9A57'; window.status = s2;
}

// mouse over mute link to swap colour and cursor|si:span id
function MuteOn(si)
{
document.getElementById(si).style.color = '#FFFFFF'; window.status = sD;
document.getElementById(si).style.cursor = 'pointer';
}
function MuteOff(si)
{
document.getElementById(si).style.color = '#DE9A57'; window.status = s2;
document.getElementById(si).style.cursor = 'crosshair';
}

// mouse over text to swap remote page link colour|li:link id
function PageOn(li)
{
document.getElementById(li).style.color = '#FFFFFF'; window.status = s7;
}
function PageOff(li)
{
document.getElementById(li).style.color = '#DE9A57'; 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 = '#FFFFFF';}
if   (bc < 58) 
     {bt = setTimeout('SiteBlink("'+si+'")', 1);}
if   (bc > 57) 
     {bt = setTimeout('SiteBlink("'+si+'")', 1); document.getElementById(si).style.color = '#DE9A57';}
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 = '#FFFFFF'; window.status = s9;
}
function SiteOff(ui)
{
document.getElementById(ui).style.color = '#DE9A57'; window.status = s2;
}

// mouse over text to swap remote text colour|ti:text id
function TextOn(ti)
{
document.getElementById(ti).style.color = '#FFFFFF';
}
function TextOff(ti)
{
document.getElementById(ti).style.color = '#D3D3D3';
}

// text for audio messages
var a0 = 'The audio is Chanson Du Matin by Edward Elgar.'; 

// text for status messages
var s4 = 'Click, to add Pretty Clothes to your list of favourites.';
var s5 = 'Click, to mail Pretty Clothes about anything on this page.';

