// Message scripts

document.domain="3dworlds.ca";


var titleArray = new Array();
titleArray[0] = "";

// pub front door messages
titleArray[1] = "This pub looks good ... I could do with a couple of beers ....";
titleArray[2] = "I think I'll go for a stroll .... see where the action is tonight ..";

// cellar  messages
titleArray[3] = "Hmmmm ...I wonder where this door goes ....";
titleArray[4] = "This is scary ... I need another stiff drink   ....";
titleArray[5] = "Ummmm  I need a tool to lift this grating ....";
titleArray[6] = "Ahh this looks like it might lift the grating ....";
titleArray[7] = "I might need a light to get around down here  ....";

// tarr messages
titleArray[8] = "Dr Tarr's office  .... interesting ...";

function showText(anum)
{

document.domain="3dworlds.ca";


//document.form1.Message.disabled=false ;
document.forms[0].Message.value = titleArray[anum] ;
//document.form1.Message.disabled=true ;
}



var infoArray = new Array();

infoArray[0] = "";

// crime scene messages
infoArray[1] = "Annie Chapman, the second murder at the rear of store ....";
infoArray[2] = "The fourth murder right outside a policeman's house  .... hmmm!";
infoArray[3] = "Mary Kelly the last known victim ... door locked on the inside!";
infoArray[4] = "A broken blue medicine bottle .... the letter A ....";
infoArray[5] = "Joseph Merrick .... a soft-hearted poet ???";
infoArray[6] = "A doctor's calling card .... a Dr T ??";

// cellar  messages
infoArray[7] = "This is heavy ... I need something to lift it   ....";
infoArray[8] = "Ahh this looks like it might lift that grating ....";
infoArray[10] = " ....";
infoArray[11] = "I might need a light to get around down here  ....";

// tarr messages
infoArray[12] = "James Maybrick ... seems along way from home ....";
infoArray[13] = "I wonder who is this JM ?? .... and odd behavior too??";



function showInfo(anum)
{

document.domain="3dworlds.ca";

//document.form1.Message.disabled=false ;
document.forms[0].Message.value = infoArray[anum] ;
//document.form1.Message.disabled=true ;
}


function clearText()
{

document.domain="3dworlds.ca";

document.forms[0].Message.value = titleArray[0] ;
}
var messArray = new Array();

messArray[0] = "Molly, Two beers here!!";
// crime scene messages
messArray[1] = "Two more beers Molly!";
messArray[2] = "Wadda ya meam I'm drunk????";
messArray[3] = "A bottle of your best red wine barmaid!!";
messArray[4] = "Another bottle of Beaujolais Molly!!";
messArray[5] = "Who szays I'm shmashed????";
messArray[6] = "Uuhh oh Members and Guests only .....";
messArray[7] = "Ooooo ... I got the key!!!!";
messArray[8] = "Oops ... hope you didn't spill any beer Molly!";
messArray[9] = "Hands off sailor ... it ain't free!!!!";
messArray[10] = "Sorry Molly ... didn't mean to pinch your bum";
messArray[11] = "Do that again ... and I'll throw you out squire!!!";
messArray[12] = "Hey Sholto ... throw this fancy boy out!!!! ";
messArray[13] = "It was an accident Molly .... my hand slipped honest ...";
function showMess(anum)
{

document.domain="3dworlds.ca";

document.forms[0].Message.value = messArray[anum] ;
}
