// SLIDESHOW FUNCTION
	//SLIDESHOW COPY START
	var neutrogena_slidecopy=new Array();
	neutrogena_slidecopy[0]="";
	neutrogena_slidecopy[1]="<p><strong>WEAR BRIGHT, BOLD SOLIDS</strong><br />Patterns can get distorted and distracting in video, but that doesn't mean your audition style should be shy!</p><p>A sunny orange polo helps keep this Billings girl from fading into the background, and you'll stand out on camera in a bright, solid top too.</p>";
	neutrogena_slidecopy[2]="<p><strong>FRAME YOUR STYLE</strong><br />Before you go shoe shopping for your big audition, remember: The judges can only see what's in the video frame&mdash;and that means no feet!</p><p>So if Manolos don't count, do accessory choices matter? Yes&mdash;and less is more. A delicate necklace says \"I'm a Billings Girl.\" Chunky beads and bangles don't.</p>";
	neutrogena_slidecopy[3]="<p><strong>VIDEO MAKEUP</strong><br />For your audition, choose a foundation slightly deeper than your skin tone (find your shade <a href='http://www.facebook.com/NeutrogenaCosmetics#/NeutrogenaCosmetics?v=box_3&viewas=720481376' target='_blank'>here</a>). Use a little extra blush and eye makeup, sticking to natural shades for the Billings Girl look.</p><p>Make your eyes stand out with <a href='http://www.neutrogena.com/econsumer/ntg/teenproductdetail.view?productId=458&catId=2&subCatId=5&utm_source=private&utm_medium=referral&utm_campaign=private2009' target='_blank'>Neutrogena&reg; Nourishing Eyeliner</a>, then apply a coat of <a href='http://www.neutrogena.com/econsumer/ntg/teenproductdetail.view?productId=423&catId=2&subCatId=5&utm_source=private&utm_medium=referral&utm_campaign=private2009' target='_blank'>mascara</a>. Wear lipstick a shade or two darker than your lips. Try <a href='http://www.neutrogena.com/econsumer/ntg/teenproductdetail.view?productId=459&catId=2&subCatId=6&utm_source=private&utm_medium=referral&utm_campaign=private2009' target='_blank'>Neutrogena&reg; MoistureShine&reg; Lipstick</a>, and top with a touch of gloss. <i>Voila!</i></p>";
	neutrogena_slidecopy[4]="<p><strong>DON'T FIGHT WITH YOUR HAIR</strong><br />There's no need to fuss with your hair for your audition. Style it as you would on an average day, and use light spray or hidden bobby pins to keep unruly pieces under control.</p><p>If long and straight is your best look, use a flat iron to make your mane look shiny and healthy on camera. Go for a natural style that frames your face without distracting you or the judges.</p>";
	neutrogena_slidecopy[5]="<p><strong>DRESS FOR DAYLIGHT</strong><br />Remember: Your audition is set in Kiran's dorm room on an average day and your outfit should fit this casual setting.</p><p>Sure, Kiran is a sophisticated, stylish teen, but don't confuse high style with prom style. Choose an outfit you'd feel comfortable wearing to school&mdash;something casual and flattering. Then you'll look the part!</p>";
	//SLIDESHOW COPY END			

	//SLIDESHOW CODE START
	// x represents the number of slides in the show
	// y represents the text array to use in the show
	// z represents the image path if needed
var i=1;
function nextit(x,y,z){
	var copi=document.getElementById('pdsp_slideshow_txt');
	var pict=document.getElementById('pdsp_slidesshow_pic');
	i++;
	if(i<=x){			
		pict.setAttribute('src',"images/"+z+"/tip"+i+".jpg");
		copi.innerHTML=y[i];
	} else {
		i=1;
		pict.setAttribute('src',"images/"+z+"/tip"+i+".jpg");
		copi.innerHTML=y[i];
	}
}
function previt(x,y,z){
	var copi=document.getElementById('pdsp_slideshow_txt');
	var pict=document.getElementById('pdsp_slidesshow_pic');
	i--;
	if(i<x && i>0){
		pict.setAttribute('src',"images/"+z+"/tip"+i+".jpg");
		copi.innerHTML=y[i];
	} else {
		i=x;
		pict.setAttribute('src',"images/"+z+"/tip"+i+".jpg");
		copi.innerHTML=y[i];
	}
}
	//SLIDESHOW CODE END			


// CAREFREE SLIDESHOW - hiding and showing divs carefree.vm
	//SLIDESHOW CODE START
	// x represents the number of slides in the show
	// z represents the image path if needed
var ii=1;
function nextone(x,z){
	var pict=document.getElementById('cf_slidesshow_pic');
	ii++;
	if(ii<=x){			
		pict.setAttribute('src',"images/"+z+"/cf_slide"+ii+".jpg");
	} else {
		ii=1;
		pict.setAttribute('src',"images/"+z+"/cf_slide"+ii+".jpg");
	}
}
function prevone(x,z){
	var pict=document.getElementById('cf_slidesshow_pic');
	ii--;
	if(ii<x && ii>0){
		pict.setAttribute('src',"images/"+z+"/cf_slide"+ii+".jpg");
	} else {
		ii=x;
		pict.setAttribute('src',"images/"+z+"/cf_slide"+ii+".jpg");
	}
}
	//SLIDESHOW CODE END


// ILLUSION SLIDESHOW - hiding and showing divs ob.vm
function displayit_special(a,b,c,d,e){
	var sldbloc1=document.getElementById('ob_slidebloc1');
	var sldbloc2=document.getElementById('ob_slidebloc2');
	var sldbloc3=document.getElementById('ob_slidebloc3');
	var sldbloc4=document.getElementById('ob_slidebloc4');
	var sldbloc5=document.getElementById('ob_slidebloc5');
	//alert(a+" "+b+" "+c+" "+d+" "+e);
	
	sldbloc1.style.display=a;
	sldbloc2.style.display=b;
	sldbloc3.style.display=c;
	sldbloc4.style.display=d;
	sldbloc5.style.display=e;
}

// ILLUSION SLIDESHOW - hiding and showing divs neutrogena.vm
function displayit_neutro(a,b,c,d,e){
	var sldbloc1=document.getElementById('neutrogena_susie_intvw1');
	var sldbloc2=document.getElementById('neutrogena_susie_intvw2');
	var sldbloc3=document.getElementById('neutrogena_susie_intvw3');
	var sldbloc4=document.getElementById('neutrogena_susie_intvw4');
	var sldbloc5=document.getElementById('neutrogena_susie_intvw5');
	//alert(a+" "+b+" "+c+" "+d+" "+e);
	
	sldbloc1.style.display=a;
	sldbloc2.style.display=b;
	sldbloc3.style.display=c;
	//sldbloc4.style.display=d;
	//sldbloc5.style.display=e;
}