// paragonkilns.co.uk

// clickers
var en = new Image( 24, 11); en.src = 'http://www.paragonkilns.co.uk/cken.gif'; // clicker:end
var oa = new Image( 24, 11); oa.src = 'http://www.paragonkilns.co.uk/ckoa.gif'; // clicker:over action

// link marker
var lm = new Image(  8,  8); lm.src = 'http://www.paragonkilns.co.uk/lkmk.gif'; // link marker

// pop-up marker
var pm = new Image( 10, 12); pm.src = 'http://www.paragonkilns.co.uk/pumk.gif'; // pop-up marker

// menu array
mn = new Array(77);
mn[ 0] = 'main-menu';
mn[ 1] = 'kilns';
mn[ 2] = 'art-clay';
mn[ 3] = 'courses';
mn[ 4] = 'club';
mn[ 5] = 'shop';
mn[ 6] = 'mail';
mn[ 7] = 'accent-gold';
mn[ 8] = 'choosing';
mn[ 9] = 'sc2';
mn[10] = 'sc3';
mn[11] = 'clay-veneer';
mn[12] = 'metal clay veneer';
mn[13] = 'firefly';
mn[14] = 'tools';
mn[15] = 'new';
mn[16] = 'xpress';
mn[17] = 'bluebird';
mn[18] = 'caldera';
mn[19] = 'series';
mn[20] = 'home-artist';
mn[21] = 'programmers';
mn[22] = 'help';
mn[23] = 'more ...';
mn[24] = 'accessories';
mn[25] = 'tv';
mn[26] = '1';
mn[27] = '2';
mn[28] = '3';
mn[29] = '4';
mn[30] = '5';
mn[31] = 'radio';
mn[32] = '6';
mn[33] = '7';
mn[34] = '8';
mn[35] = ' programmes';
mn[36] = 'safety';
mn[37] = 'sc3';
mn[38] = 'fusion';
mn[39] = 'manual';
mn[40] = 'image-transfer';
mn[41] = 'art clay';
mn[42] = 'accent gold for silver';
mn[43] = 'image transfer solution';
mn[44] = '9';
mn[45] = '10';
mn[46] = '';
mn[47] = 'xpress e-12a multimedia kiln';
mn[48] = 'bronze-clay';
mn[49] = 'the art clay club';
mn[50] = 'materials';
mn[51] = 'bronzclay-kiln';
mn[52] = 'the on-line shop';
mn[53] = 'repair';
mn[54] = 'new';
mn[55] = 'catalogue';
mn[56] = 'fusion';
mn[57] = 'gl';
mn[58] = 'janus';
mn[59] = 'pearl';
mn[60] = 'tnf';
mn[61] = 'the-tnf';
mn[62] = 'the-fusion';
mn[63] = 'the-gl';
mn[64] = 'the-pearl';
mn[65] = 'the-janus';
mn[66] = 'the-caldera';
mn[67] = 'the-firefly';
mn[68] = 'the-sc2';
mn[69] = 'the-sc3';
mn[70] = 'the-bluebird';
mn[71] = 'copper-clay';
mn[72] = 'or look at:';
mn[73] = 'km';
mn[74] = 'or look at:';
mn[75] = 'sc1';
mn[76] = 'the-sc1';

// set client|cd:client description|ce:client email|cn:client name|cs:client shop|cu:client url|cv:client vat
var cd = 'For Art Clay, Beads, Enamels, Glass, And Ceramics';
var ce = 'paragonkilns@cherryheaven.co.uk';
var cn = 'Paragon Kilns UK';
var cs = 'shop@cherryheaven.co.uk';
var cu = 'paragonkilns.co.uk';
var cv = '17.5%';

// mouse over favourite link to swap colour|nc:navigator code|ui:url id ok
function FaveOn(ui)
{
if   (nc == 'e6' || nc == 'e7' || nc == 'e8' || nc == 'm6' || nc == 'm8') 
     {document.getElementById(ui).style.color = '#00FFFF'; window.status = s4;}
else {;}
}
function FaveOff(ui)
{
if   (nc == 'e6' || nc == 'e7' || nc == 'e8' || nc == 'm6' || nc == 'm8') 
     {document.getElementById(ui).style.color = '#FFFFFF'; window.status = s2;}
else {;}
}

// mouse over field to swap background colour|fi:field id ok
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 ok
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 || bc == 64) 
     {document.getElementById(li).style.color = '#00FFFF';}
if   (bc < 92) 
     {bt = setTimeout('LinkBlink("'+li+'")', 1);}
if   (bc == 92)
     {clearTimeout(bt); bc = 0; window.status = s2;}
}

// mouse over page link to swap colour|li:link id ok
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 ok
function LookOn(ui)
{
document.getElementById(ui).style.color = '#00FFFF'; window.status = s8;
}
function LookOff(ui)
{
document.getElementById(ui).style.color = '#6495ED'; window.status = s2;
}

// mouse over mail link to swap colour|ei:email link id ok
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 ok
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 ok
function SiteBlink(si)
{
bc =  bc + 1; window.status = s9;
if   (bc == 1 || bc == 15 || bc == 29 || bc == 43 || bc == 57)
     {document.getElementById(si).style.color = '#000000';}
if   (bc == 8 || bc == 22 || bc == 36 || bc == 50 || bc == 64) 
     {document.getElementById(si).style.color = '#00FFFF';}
if   (bc < 92) 
     {bt = setTimeout('LinkBlink("'+si+'")', 1);}
if   (bc == 92)
     {clearTimeout(bt); bc = 0; window.status = s2;}
}

// mouse over text to swap remote url link colour|ui:url id ok
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 ok
function TextOn(ti)
{
document.getElementById(ti).style.color = '#00FFFF';
}
function TextOff(ti)
{
document.getElementById(ti).style.color = '#D3D3D3';
}

// temporary message
var p1 = '';

// text for status messages
var s4 = 'Click, to add Paragon Kilns UK to your list of favourites.';
var s5 = 'Click, to mail Paragon Kilns UK about anything on this page.';
