/***************************** Slide-show style display * ****************************/ 	 	var picArray = new Array ("images/kal/00heart.gif",								"images/kal/01hth.gif",								"images/kal/02straw.gif",								"images/kal/03boysn.gif",								"images/kal/04seuss.gif",								"images/kal/05la.gif",								"images/kal/06dough.gif",								"images/kal/07valentine.gif",								"images/kal/08beanie.gif",								"images/kal/09gummy.gif",								"images/kal/10stpatty.gif",								"images/kal/11mutts.gif",								"images/kal/12mh.gif",								"images/kal/13LAfreeway.gif",								"images/kal/14peanuts.gif"								 );	var textArray = new Array ()		textArray[0] = "<div class='boldMP'>Hearts! 1.3<\/div>"						+"This is my very first scheme. Actually the <em>real<\/em>"						+" first trial (version 1.0) was a total mess-up thus I had to update it a few times.";				textArray[1] = "<div class='boldMP'>High-tech Hearts!<\/div>"						+"This is a kind of inorganic looking one. I wanted to try to make some metalic looking one"						+" but I think I failed... This is not available at Kal. Archive page so download it here.";		textArray[2] = "<div class='boldMP'>IHOP Yummy Pancakes -Strawberry<\/div>"  						+"I like International House Of Pancakes. But IHOP Northridge branch sucks because their survice is always bad.";				textArray[3] = "<div class='boldMP'>IHOP Yummy Pancakes -Boysnberry<\/div>"							   						+"I like International House Of Pancakes. But IHOP Northridge branch sucks because their survice is always bad.";				textArray[4] = "<div class='boldMP'>Dr.Seuss<\/div>"						+"Do you like green eggs and ham? This is my most popular scheme."						+" I've received lots of feedback from all over the world...! <br>"						+"Dr.Seuss desktop patterns created by Michael Hernandez, Jr."      					+" is <A HREF='dl/seussdesktop.sit'>here<\/A>!";							 				textArray[5] = "<div class='boldMP'>Los Angeles, California<\/div>"						+"LA scheme was actually created on stormy days... while I missed nice blue sky and the sun."						+" El nino totally sucks. Download from here because it is not seen on the official Kaleidoscope archive page.";							 				textArray[6] = "<div class='boldMP'>Doughboy 1.1<\/div>"						+"Updated on 3/25/98. Replace it if you have version 1.0 ! Now, it giggles!<BR>"						+"I love Pillsbury stuff. Easy bake!"						+" But you <em>that<\/em> easy to bake stuff...";						 				textArray[7] = "<div class='boldMP'>Be My Valentine<\/div>"						+"This was made for Feb. 14 1998, but anyway I love hearts all year around."						+" I own a lot of heart-shaped things! Especially my perfume-powder container by Moschino and rings with heart-shaped stones are my all-time favorites.";							 				textArray[8] = "<div class='boldMP'>Cutie Beanies<\/div>"							 						+"Don't you like Beanie Babies !? They are so adorable!!!"						+" I am not a collector but every time I see them at stores, I want them more.";								textArray[9] = "<div class='boldMP'>Gummy Bear<\/div>	"						 						+"Gummy bear is just another girly scheme."						+" I wanted to make it more transluscent jello-like looking but it was tough...";								textArray[10] = "<div class='boldMP'>St. Patty<\/div>"						+"Needless to say, this green scheme is for St.Patrick's day."						+" I don't have any Irish blood in my body but so what? I'll celebrate for them!";							 				textArray[11] = "<div class='boldMP'>Mutts!<\/div>"						+"Mooch and Earl are funny. Peanuts is not the only one which features a dog and makes us laugh!";							 				textArray[12] = "<div class='boldMP'>Metallic Hearts<\/div>"						+"Yes, again. I made another scheme with lotsa hearts";							 				textArray[13] = "<div class='boldMP'>LA Freeway<\/div>"						+"Well, this is pretty ordinary design... doesn't really have originality... "						+" But ! I just wanted make my version of the road scheme!"						+" I'll leave LA pretty soon, so I wanted something really LA-ish stuff! (I'm going to Boston!)"						+"<BR><BR>(Updated News: Now I am in Boston. I don't drive anymore and take trains everyday!)";							 				textArray[14] = "<div class='boldMP'>Peanuts!<\/div>"						+"I know many of you have been waiting for some Snoopy schemes,"						+" so I made it. I actually started creating long time ago but finally finished it recently!";							 								 	var index = 0;	function goPrev() {	    if (document.images && index >0) { 	        index --;  	    }	    else  { //when the current one is the first pic, go to the last one.	         index = picArray.length-1;   	    }    	document.currentPic.src = picArray [index] ;       	document.getElementById("description").innerHTML = textArray [index];	} 	function goNext() {	    if (document.images && index < (picArray.length-1)) {	       	index ++;	    }	    else  { //when hit the last pic, come back to the first one.   	    	index = 0;	    }				    document.currentPic.src = picArray [index];	    document.getElementById("description").innerHTML = textArray [index];	}		function chooseOne(num) {		if (document.images)			document.currentPic.src = picArray [num];	       	document.getElementById("description").innerHTML = textArray [num];			index = num;	}		function downloadOne() {		status=index;		switch (index) {			case 0: 				document.location.href = "http://homepage.mac.com/girlie/dl/kal/k_hearts.sit";				break;			case 1: 				document.location.href = "http://homepage.mac.com/girlie/dl/kal/k_high.sit";				break;			case 2: 				document.location.href = "http://homepage.mac.com/girlie/dl/kal/k_ihops.sit";				break;			case 3: 				document.location.href = "http://homepage.mac.com/girlie/dl/kal/k_ihopb.sit";				break;			case 4: 				document.location.href = "http://homepage.mac.com/girlie/dl/kal/k_seuss.sit";				break;			case 5: 				document.location.href = "http://homepage.mac.com/girlie/dl/kal/k_la.sit";				break;			case 6: 				document.location.href = "http://homepage.mac.com/girlie/dl/kal/k_dough.sit";				break;			case 7: 				document.location.href = "http://homepage.mac.com/girlie/dl/kal/k_valentine.sit";				break;			case 8: 				document.location.href = "http://homepage.mac.com/girlie/dl/kal/k_beanie.sit";				break;			case 9: 				document.location.href = "http://homepage.mac.com/girlie/dl/kal/k_gummy.sit";				break;			case 10: 				document.location.href = "http://homepage.mac.com/girlie/dl/kal/k_patty.sit";				break;			case 11: 				document.location.href = "http://homepage.mac.com/girlie/dl/kal/k_mutts.sit";				break;			case 12: 				document.location.href = "http://homepage.mac.com/girlie/dl/kal/k_metallic.sit";				break;			case 13: 				document.location.href = "http://homepage.mac.com/girlie/dl/kal/k_freeway.sit";				break;			case 14: 				document.location.href = "http://homepage.mac.com/girlie/dl/kal/k_peanuts.sit";				break;		}	}	