// Menu Generator (c) 2002 Kelly Birch
// This script may not be reproduced without permission

// Menu for the root directory

var menu = new Array(
"",
"PERFORMANCES",
"Home",
"e-Brochure",
"The Academy",
"See Inside The Academy",
"Beginners FREE Hip Scarfe",
"<nobr>Beginners Term 2 Brochure</nobr>",
"CLASS TIMETABLE",
"Fees & Class Information",
"Events & Workshops",
"Free Come 'n Try",
"Club 240 Membership",
"Children's Classes",
"Why Belly Dance",
"Your Teachers",
"Class Video",
"Tabla Lessons",
"Designer Costumes",
"Hip Scarves & CDs for Sale",
"2008 Belly Dance Calendar"
); 

var link = new Array(
"",
"http://www.bellydanceacademy.com.au/performances.html",
"http://www.bellydanceacademy.com.au/index.html",
"http://www.bellydanceacademy.com.au/e-Brochure/",
"http://www.bellydanceacademy.com.au/academy.html",
"http://www.bellydanceacademy.com.au/SeeInsideTheAcademy/",
"http://www.bellydanceacademy.com.au/pdfs/FREEScarfePromo-T2-2011.pdf",
"http://www.bellydanceacademy.com.au/pdfs/BeginnersBrochure_Term2_2011.pdf",
"http://www.bellydanceacademy.com.au/timetables/",
"http://www.bellydanceacademy.com.au/classes-and-fees.html",
"http://www.bellydanceacademy.com.au/events-and-workshops.html",
"http://www.bellydanceacademy.com.au/come-n-try_comingSoon.html",
"http://www.bellydanceacademy.com.au/pdfs/Club240_2011-2.pdf",
"http://www.bellydanceacademy.com.au/pdfs/childrens-classes_term2_2011.pdf",
"http://www.bellydanceacademy.com.au/whydance.html",
"http://www.bellydanceacademy.com.au/teachers.html",
"http://www.bellydanceacademy.com.au/Video/",
"http://www.bellydanceacademy.com.au/tabla_comingSoon.html",
"http://www.bellydanceacademy.com.au/costumes.html",
"http://www.bellydanceacademy.com.au/cd.html",
"http://www.bellydanceacademy.com.au/pdfs/Nayima_2008_calendar.pdf"
);

// the number of items in the menu array
var menuitem = 17;




var img1 = new Image();
var pause1 = new Image();

var film1 = new Image();
var film_ro1 = new Image();
var film2 = new Image();
var film_ro2 = new Image();
var film3 = new Image();
var film_ro3 = new Image();

img1.src = "images/nayima_hand_ro.gif";
pause1.src = "images/nayima_hand.gif";

film1.src = "images/film1.gif";
film_ro1.src = "images/film1_ro.gif";
film2.src = "images/film2.gif";
film_ro2.src = "images/film2_ro.gif";
film3.src = "images/film3.gif";
film_ro3.src = "images/film3_ro.gif";

function doButtons(picimage, source) {
eval("document['" +source+"'].src = " + picimage + ".src");
}



// Original:  Eric King (eric_andrew_king@hotmail.com) -->
// Web Site:  http://redrival.com/eak/ -->

// This script and many more are available free online at -->
// The JavaScript Source!! http://javascript.internet.com -->

// Begin
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//  End -->


function change2(){

	document.nayima.src = "images/nayima_hand_ro.gif";
	document.title.src = "images/title_ro.gif";
}

function changeback() {

	document.nayima.src = "images/nayima_hand.gif";
	document.title.src = "images/title.gif";
}
