// JavaScript Document

picture1 = new Image 
picture1.src = "images/The_A_team!.JPG"
picture2 = new Image 
picture2.src = "images/feeling_groovy.jpg"
picture3 = new Image 
picture3.src = "images/rapper!.JPG"
picture4 = new Image 
picture4.src = "images/BFF_Best_friends_forever!.JPG"
picture5 = new Image 
picture5.src = "images/and_clap..2.3.4!.JPG"
picture6 = new Image 
picture6.src = "images/paparazzi!.JPG"
picture7 = new Image 
picture7.src = "images/eating_icecream!.JPG"
picture8 = new Image 
picture8.src = "images/seaside_adventures.JPG"
picture0 = new Image 
picture0.src = "images/movie_stars.jpg"


function movie(i){
		if(i==1){
		NSPlay1.style.display='block';
		NSPlay2.style.display='none'
		}
		if(i==2){
		NSPlay1.style.display='none';
		NSPlay2.style.display='block'
		}
	}




function displayall(){
	Artist.style.display = 'block'
	PAT.style.display='block'
	CD.style.display='block'
	Corporate.style.display = 'block'
	Jingles.style.display='block'
	MusicI.style.display='block'
	MusicE.style.display='block'
	Moneypenny.style.display='block'
} 

function display(i){
	Shane.style.display = 'none'
	Eliza.style.display='none'
	Max.style.display='none'
	Aidan.style.display = 'none'
	Joanne.style.display='none'
	Teresa.style.display='none'
	Pete.style.display='none'
	Ruby.style.display='none'
	Joe.style.display='none'
	Poppy.style.display='none'
	Salsa.style.display='none'
	
	if(i==0){
	Shane.style.display = 'block';
	}

	if(i==1)
	{
	Eliza.style.display='block';
	}
	if(i==2){
	Max.style.display = 'block';
	}

	if(i==3){
	Aidan.style.display = 'block';
	}
	if(i==4){
	Joanne.style.display = 'block';
	}
	if(i==5){
	Teresa.style.display = 'block';
	}
	if(i==6){
	Pete.style.display = 'block';
	}
	if(i==7){
	Ruby.style.display = 'block';
	}
	if(i==8){
	Joe.style.display = 'block';
	}
	if(i==9){
	Poppy.style.display = 'block';
	}
	if(i==10){
	Salsa.style.display = 'block';
	}
	else{}
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function transferview(imageRS,width,height) {
var width,height
var imageRS,ext
var cond1,cond2

if (width==0) cond1=" "
else cond1="width="+(width+20)+"";
if (height==0) {cond2=" "};
else {cond2="height="+(height+70)+""};

var s1 ="<TITLE>Image</TITLE>"
var s15=""
var s2 ="<CENTER><IMG SRC='"+imageRS+"' BORDER=0>"
var s3 ="<FORM><INPUT TYPE='BUTTON' VALUE='Close Window'"+ " onClick='self.close()'>"
var s4 ="</FORM></CENTER>"

ImageWindow=window.open("", "newwin"+width,"toolbar=no,scrollbars="+scroll+",menubar=no,"+cond1+","+cond2);
ImageWindow.document.write(s1+s15+s2+s3+s4)
ImageWindow.document.close()
}