
// <!-- 

{

// this is main navigation 
button1 = new Image;
button1.src = "http://www.simplydiscus.com/library/images/nav/aboutus.gif";

button2 = new Image;
button2.src = "http://www.simplydiscus.com/library/images/nav/message_board.gif";

button3 = new Image;
button3.src = "http://www.simplydiscus.com/library/images/nav/chat.gif";

button4 = new Image;
button4.src = "http://www.simplydiscus.com/library/images/nav/library.gif";

button5 = new Image;
button5.src = "http://www.simplydiscus.com/library/images/nav/photos.gif";

button6 = new Image;
button6.src = "http://www.simplydiscus.com/library/images/nav/links.gif";
// end of main navigation

// this is main navigation rollover
button1on = new Image;
button1on.src = "http://www.simplydiscus.com/library/images/nav/aboutus_roll.gif";

button2on = new Image;
button2on.src = "http://www.simplydiscus.com/library/images/nav/message_board_roll.gif";

button3on = new Image;
button3on.src = "http://www.simplydiscus.com/library/images/nav/chat_roll.gif";

button4on = new Image;
button4on.src = "http://www.simplydiscus.com/library/images/nav/library_roll.gif";

button5on = new Image;
button5on.src = "http://www.simplydiscus.com/library/images/nav/photos_roll.gif";

button6on = new Image;
button6on.src = "http://www.simplydiscus.com/library/images/nav/links_roll.gif";
// end of main navigation rollover


// more arrow
button20 = new Image;
button20.src = "http://www.simplydiscus.com/library/images/library/more_arrow.gif";

button21 = new Image;
button21.src = "http://www.simplydiscus.com/library/images/library/more_arrow.gif";

button22 = new Image;
button22.src = "http://www.simplydiscus.com/library/images/library/more_arrow.gif";

button23 = new Image;
button23.src = "http://www.simplydiscus.com/library/images/library/more_arrow.gif";

button24 = new Image;
button24.src = "http://www.simplydiscus.com/library/images/library/more_arrow.gif";

button25 = new Image;
button25.src = "http://www.simplydiscus.com/library/images/library/more_arrow.gif";

button26 = new Image;
button26.src = "http://www.simplydiscus.com/library/images/library/more_arrow.gif";

button27 = new Image;
button27.src = "http://www.simplydiscus.com/library/images/library/more_arrow.gif";
//end of more arrow

// more arrow rollover
button20on = new Image;
button20on.src = "http://www.simplydiscus.com/library/images/library/more_arrow_roll.gif";

button21on = new Image;
button21on.src = "http://www.simplydiscus.com/library/images/library/more_arrow_roll.gif";

button22on = new Image;
button22on.src = "http://www.simplydiscus.com/library/images/library/more_arrow_roll.gif";

button23on = new Image;
button23on.src = "http://www.simplydiscus.com/library/images/library/more_arrow_roll.gif";

button24on = new Image;
button24on.src = "http://www.simplydiscus.com/library/images/library/more_arrow_roll.gif";

button25on = new Image;
button25on.src = "http://www.simplydiscus.com/library/images/library/more_arrow_roll.gif";

button26on = new Image;
button26on.src = "http://www.simplydiscus.com/library/images/library/more_arrow_roll.gif";

button27on = new Image;
button27on.src = "http://www.simplydiscus.com/library/images/library/more_arrow_roll.gif";
// end of more arrow rollover


// more arrow sub
button30 = new Image;
button30.src = "http://www.simplydiscus.com/library/images/library/more_arrow_sub.gif";

button31 = new Image;
button31.src = "http://www.simplydiscus.com/library/images/library/more_arrow_sub.gif";

button32 = new Image;
button32.src = "http://www.simplydiscus.com/library/images/library/more_arrow_sub.gif";
// end of more arrow sub

// more arrow sub rollover
button30on = new Image;
button30on.src = "http://www.simplydiscus.com/library/images/library/more_arrow_sub_roll.gif";

button31on = new Image;
button31on.src = "http://www.simplydiscus.com/library/images/library/more_arrow_sub_roll.gif";

button32on = new Image;
button32on.src = "http://www.simplydiscus.com/library/images/library/more_arrow_sub_roll.gif";
// more arrow sub rollover


// popups
button40 = new Image;
button40.src = "../images/popup/close.gif";

button41 = new Image;
button41.src = "../images/popup/back.gif";

button42 = new Image;
button42.src = "../images/popup/next.gif";
// end of popups

// popups rollovers
button40on = new Image;
button40on.src = "../images/popup/close_roll.gif";

button41on = new Image;
button41on.src = "../images/popup/back_roll.gif";

button42on = new Image;
button42on.src = "../images/popup/next_roll.gif";
// end of popups rollovers


}
function imageChange(imageID,imageName,imageID2,imageName2) { 

{
document.images[imageID].src = eval(imageName + ".src");
}

}



// popup new window

function openit(sURL,scrolls,w,h,name){
var sNewURL;
sNewURL = sURL + "?id=" + Math.random();
newwindow=open(sNewURL,name,"scrollbars=" + scrolls +",toolbar=no,directories=no,menubar=no,resizable=no,status=yes,width=" + w + ",height=" + h);
newwindow.focus();
}
// -->

