<!--
 		
 		
 			// link goes nowhere
 		
 			function nowhere()
 			{
 			}

			if (document.images){		

			// deida home nav
			
			bio_nav_on = new Image();
			bio_nav_on.src = "imgs/nav/bio_on.gif";
			bio_nav_off = new Image();
			bio_nav_off.src = "imgs/nav/bio_off.gif";
			
			images_nav_on = new Image();
			images_nav_on.src = "imgs/nav/collection_on.gif";
			images_nav_off = new Image();
			images_nav_off.src = "imgs/nav/collection_off.gif";
			
			press_nav_on = new Image();
			press_nav_on.src = "imgs/nav/press_on.gif";
			press_nav_off = new Image();
			press_nav_off.src = "imgs/nav/press_off.gif";

			news_nav_on = new Image();
			news_nav_on.src = "imgs/nav/news_on.gif";
			news_nav_off = new Image();
			news_nav_off.src = "imgs/nav/news_off.gif";
			
			contact_nav_on = new Image();
			contact_nav_on.src = "imgs/nav/contact_on.gif";
			contact_nav_off = new Image();
			contact_nav_off.src = "imgs/nav/contact_off.gif";
			

			// deida level2 nav
			
			home_nav_on = new Image();
			home_nav_on.src = "imgs/nav/home_on.gif";
			home_nav_off = new Image();
			home_nav_off.src = "imgs/nav/home_off.gif";
			
			}
			

			// pop up window
			
			function popUp(url)
			{
				sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=0,width=400,height=500');
				self.title = "mainWin";
			}
			
			
			// quick jump dropdown code
			
					var Browsertitle = navigator.apptitle;
			
			function MakeArray()
    		{
    			this.length = MakeArray.arguments.length
    			for (var i = 0; i < this.length; i++)
    			this[i+1] = MakeArray.arguments[i]
    		}
    		
    		function jumpPage(form)
			{
				i = form.SelectMenu.selectedIndex;
				if (i == 0) return;
				window.location.href = url[i+1];
			}
			
			
			// image cycle code
			
			var current = 1;
			var max = 82;
			var path = "imgs/images/photos/";
			var apath = "imgs/images/titles/";
			var bpath = "imgs/arrows/";
			var photos = new Array();
			var pics = new Array();
			var titles = new Array();
			var title_pics = new Array();
			var arrows = new Array();
			var arrow_pics = new Array();
		 
			photos[0] = path + "home2_logo.jpg";
			photos[1] = path + "Couture101.jpg";
			photos[2] = path + "Couture102.jpg";
			photos[3] = path + "Couture103.jpg";
			photos[4] = path + "Couture104.jpg";
			photos[5] = path + "Couture105.jpg";
			photos[6] = path + "Couture106.jpg";
			photos[7] = path + "Couture107.jpg";
			photos[8] = path + "Couture108.jpg";
			photos[9] = path + "Couture109.jpg";
			photos[10] = path + "Couture110.jpg";
			photos[11] = path + "Couture111.jpg";
			photos[12] = path + "Couture112.jpg";
			photos[13] = path + "Couture113.jpg";
			photos[14] = path + "Couture114.jpg";
			photos[15] = path + "Couture115.jpg";
			photos[16] = path + "Couture116.jpg";
			photos[17] = path + "Couture117.jpg";
			photos[18] = path + "Couture118.jpg";
			photos[19] = path + "Couture119.jpg";
			photos[20] = path + "Couture120.jpg";
			photos[21] = path + "Couture121.jpg";
			photos[22] = path + "Couture122.jpg";
			photos[23] = path + "Couture123.jpg";
			photos[24] = path + "Couture124.jpg";
			photos[25] = path + "Couture125.jpg";
			photos[26] = path + "Couture126.jpg";
			photos[27] = path + "Couture127.jpg";
			photos[28] = path + "Couture128.jpg";
			photos[29] = path + "Couture129.jpg";
			photos[30] = path + "Couture130.jpg";
			photos[31] = path + "Couture131.jpg";
			photos[32] = path + "Couture132.jpg";
			photos[33] = path + "Couture133.jpg";
			photos[34] = path + "Couture134.jpg";
			photos[35] = path + "Couture135.jpg";
			photos[36] = path + "Couture136.jpg";
			photos[37] = path + "Couture137.jpg";
			photos[38] = path + "Couture138.jpg";
			photos[39] = path + "Couture139.jpg";
			photos[40] = path + "Couture140.jpg";
			photos[41] = path + "Couture141.jpg";
			photos[42] = path + "Couture142.jpg";
			photos[43] = path + "Couture143.jpg";
			photos[44] = path + "Couture144.jpg";
			photos[45] = path + "Couture145.jpg";
			photos[46] = path + "Couture146.jpg";
			photos[47] = path + "Fascinator101.jpg";
			photos[48] = path + "Fascinator102.jpg";
			photos[49] = path + "Fascinator103.jpg";
			photos[50] = path + "Fascinator104.jpg";
			photos[51] = path + "Fascinator105.jpg";
			photos[52] = path + "Fascinator106.jpg";
			photos[53] = path + "Fascinator107.jpg";
			photos[54] = path + "Fascinator108.jpg";
			photos[55] = path + "Fascinator109.jpg";
			photos[56] = path + "Fascinator110.jpg";
			photos[57] = path + "Hairpiece101.jpg";
			photos[58] = path + "Hairpiece102.jpg";
			photos[59] = path + "Hairpiece103.jpg";
			photos[60] = path + "Hairpiece104.jpg";
			photos[61] = path + "Hairpiece105.jpg";
			photos[62] = path + "Hairpiece106.jpg";
			photos[63] = path + "Hairpiece107.jpg";
			photos[64] = path + "Hairpiece108.jpg";
			photos[65] = path + "Hairpiece109.jpg";
			photos[66] = path + "Hairpiece110.jpg";
			photos[67] = path + "Hairpiece111.jpg";
			photos[68] = path + "Pillbox101.jpg";
			photos[69] = path + "Pillbox102.jpg";
			photos[70] = path + "Pillbox103.jpg";
			photos[71] = path + "Pillbox104.jpg";
			photos[72] = path + "Pillbox105.jpg";
			photos[73] = path + "Pillbox106.jpg";
			photos[74] = path + "Pillbox107.jpg";
			photos[75] = path + "Pillbox108.jpg";
			photos[76] = path + "Pillbox109.jpg";
			photos[77] = path + "Pillbox110.jpg";
			photos[78] = path + "Pillbox111.jpg";
			photos[79] = path + "Pillbox112.jpg";
			photos[80] = path + "contact_logo.jpg";
			
			titles[0] = apath + "title0.gif";
			titles[1] = apath + "title1.gif";
			titles[2] = apath + "title2.gif";
			titles[3] = apath + "title3.gif";
			titles[4] = apath + "title4.gif";
			titles[5] = apath + "title5.gif";
			titles[6] = apath + "title6.gif";
			titles[7] = apath + "title7.gif";
			titles[8] = apath + "title8.gif";
			titles[9] = apath + "title9.gif";
			titles[10] = apath + "title10.gif";
			titles[11] = apath + "title11.gif";
			titles[12] = apath + "title12.gif";
			titles[13] = apath + "title13.gif";
			titles[14] = apath + "title14.gif";
			titles[15] = apath + "title15.gif";
			titles[16] = apath + "title16.gif";
			titles[17] = apath + "title17.gif";
			titles[18] = apath + "title18.gif";
			titles[19] = apath + "title19.gif";
			titles[20] = apath + "title20.gif";
			titles[21] = apath + "title21.gif";
			titles[22] = apath + "title22.gif";
			titles[23] = apath + "title23.gif";
			titles[24] = apath + "title24.gif";
			titles[25] = apath + "title25.gif";
			titles[26] = apath + "title26.gif";
			titles[27] = apath + "title27.gif";
			titles[28] = apath + "title28.gif";
			titles[29] = apath + "title29.gif";
			titles[30] = apath + "title30.gif";
			titles[31] = apath + "title31.gif";
			titles[32] = apath + "title32.gif";
			titles[33] = apath + "title33.gif";
			titles[34] = apath + "title34.gif";
			titles[35] = apath + "title35.gif";
			titles[36] = apath + "title36.gif";
			titles[37] = apath + "title37.gif";
			titles[38] = apath + "title38.gif";
			titles[39] = apath + "title39.gif";
			titles[40] = apath + "title40.gif";
			titles[41] = apath + "title41.gif";
			titles[42] = apath + "title42.gif";
			titles[43] = apath + "title43.gif";
			titles[44] = apath + "title44.gif";
			titles[45] = apath + "title45.gif";
			titles[46] = apath + "title46.gif";
			titles[47] = apath + "title47.gif";
			titles[48] = apath + "title48.gif";
			titles[49] = apath + "title49.gif";
			titles[50] = apath + "title50.gif";
			titles[51] = apath + "title51.gif";
			titles[52] = apath + "title52.gif";
			titles[53] = apath + "title53.gif";
			titles[54] = apath + "title54.gif";
			titles[55] = apath + "title55.gif";
			titles[56] = apath + "title56.gif";
			titles[57] = apath + "title57.gif";
			titles[58] = apath + "title58.gif";
			titles[59] = apath + "title59.gif";
			titles[60] = apath + "title60.gif";
			titles[61] = apath + "title61.gif";
			titles[62] = apath + "title62.gif";
			titles[63] = apath + "title63.gif";
			titles[64] = apath + "title64.gif";
			titles[65] = apath + "title65.gif";
			titles[66] = apath + "title66.gif";
			titles[67] = apath + "title67.gif";
			titles[68] = apath + "title68.gif";
			titles[69] = apath + "title69.gif";
			titles[70] = apath + "title70.gif";
			titles[71] = apath + "title71.gif";
			titles[72] = apath + "title72.gif";
			titles[73] = apath + "title73.gif";
			titles[74] = apath + "title74.gif";
			titles[75] = apath + "title75.gif";
			titles[76] = apath + "title76.gif";
			titles[77] = apath + "title77.gif";
			titles[78] = apath + "title78.gif";
			titles[79] = apath + "title79.gif";
			titles[80] = apath + "title80.gif";
			
			arrows[0] = bpath + "right_arrow.gif";
			arrows[1] = bpath + "right_arrow.gif";
			arrows[2] = bpath + "right_arrow.gif";
			arrows[3] = bpath + "right_arrow.gif";
			arrows[4] = bpath + "right_arrow.gif";
			arrows[5] = bpath + "right_arrow.gif";
			arrows[6] = bpath + "right_arrow.gif";
			arrows[7] = bpath + "right_arrow.gif";
			arrows[8] = bpath + "right_arrow.gif";
			arrows[9] = bpath + "right_arrow.gif";
			arrows[10] = bpath + "right_arrow.gif";
			arrows[11] = bpath + "right_arrow.gif";
			arrows[12] = bpath + "right_arrow.gif";
			arrows[13] = bpath + "right_arrow.gif";
			arrows[14] = bpath + "right_arrow.gif";
			arrows[15] = bpath + "right_arrow.gif";
			arrows[16] = bpath + "right_arrow.gif";
			arrows[17] = bpath + "right_arrow.gif";
			arrows[18] = bpath + "right_arrow.gif";
			arrows[19] = bpath + "right_arrow.gif";
			arrows[20] = bpath + "right_arrow.gif";
			arrows[21] = bpath + "right_arrow.gif";
			arrows[22] = bpath + "right_arrow.gif";
			arrows[23] = bpath + "right_arrow.gif";
			arrows[24] = bpath + "right_arrow.gif";
			arrows[25] = bpath + "right_arrow.gif";
			arrows[26] = bpath + "right_arrow.gif";
			arrows[27] = bpath + "right_arrow.gif";
			arrows[28] = bpath + "right_arrow.gif";
			arrows[29] = bpath + "right_arrow.gif";
			arrows[30] = bpath + "right_arrow.gif";
			arrows[31] = bpath + "right_arrow.gif";
			arrows[32] = bpath + "right_arrow.gif";
			arrows[33] = bpath + "right_arrow.gif";
			arrows[34] = bpath + "right_arrow.gif";
			arrows[35] = bpath + "right_arrow.gif";
			arrows[36] = bpath + "right_arrow.gif";
			arrows[37] = bpath + "right_arrow.gif";
			arrows[38] = bpath + "right_arrow.gif";
			arrows[39] = bpath + "right_arrow.gif";
			arrows[40] = bpath + "right_arrow.gif";
			arrows[41] = bpath + "right_arrow.gif";
			arrows[42] = bpath + "right_arrow.gif";
			arrows[43] = bpath + "right_arrow.gif";
			arrows[44] = bpath + "right_arrow.gif";
			arrows[45] = bpath + "right_arrow.gif";
			arrows[46] = bpath + "right_arrow.gif";
			arrows[47] = bpath + "right_arrow.gif";
			arrows[48] = bpath + "right_arrow.gif";
			arrows[49] = bpath + "right_arrow.gif";
			arrows[50] = bpath + "right_arrow.gif";
			arrows[51] = bpath + "right_arrow.gif";
			arrows[52] = bpath + "right_arrow.gif";
			arrows[53] = bpath + "right_arrow.gif";
			arrows[54] = bpath + "right_arrow.gif";
			arrows[55] = bpath + "right_arrow.gif";
			arrows[56] = bpath + "right_arrow.gif";
			arrows[57] = bpath + "right_arrow.gif";
			arrows[58] = bpath + "right_arrow.gif";
			arrows[59] = bpath + "right_arrow.gif";
			arrows[60] = bpath + "right_arrow.gif";
			arrows[61] = bpath + "right_arrow.gif";
			arrows[62] = bpath + "right_arrow.gif";
			arrows[63] = bpath + "right_arrow.gif";
			arrows[64] = bpath + "right_arrow.gif";
			arrows[65] = bpath + "right_arrow.gif";
			arrows[66] = bpath + "right_arrow.gif";
			arrows[67] = bpath + "right_arrow.gif";
			arrows[68] = bpath + "right_arrow.gif";
			arrows[69] = bpath + "right_arrow.gif";
			arrows[70] = bpath + "right_arrow.gif";
			arrows[71] = bpath + "right_arrow.gif";
			arrows[72] = bpath + "right_arrow.gif";
			arrows[73] = bpath + "right_arrow.gif";
			arrows[74] = bpath + "right_arrow.gif";
			arrows[75] = bpath + "right_arrow.gif";
			arrows[76] = bpath + "right_arrow.gif";
			arrows[77] = bpath + "right_arrow.gif";
			arrows[78] = bpath + "right_arrow.gif";
			arrows[79] = bpath + "right_arrow.gif";
			arrows[80] = bpath + "arrow_blank.gif";

			for (var i = 0; i < max; i++)
			{
				pics[i] = new Image();
				title_pics[i] = new Image();
				arrow_pics[i] = new Image();
			}
	
			pics[0].src = photos[0];
			pics[1].src = photos[1];
			pics[2].src = photos[2];
			pics[3].src = photos[3];
			title_pics[0].src = titles[0];
			title_pics[1].src = titles[1];
			arrow_pics[0].src = arrows[0];
			arrow_pics[1].src = arrows[1];
	
			function cycleNext()
			{
				if (current == max)
				return;
		
				document.photo.src = pics[current].src;
				document.photo_title.src = title_pics[current].src;
				document.right.src = arrow_pics[current].src;
	
				if (current == max-1)
				return;
	
				current+=1;
				pics[current].src = photos[current];
				pics[current+1].src = photos[current+1];
				title_pics[current].src = titles[current];
				arrow_pics[current].src = arrows[current];
			}
	
			function cyclePrevious()
			{
				if (current == 0)
				{
					document.location.href="images.html";
				return;
				}			
				current-=1;
				document.photo.src = pics[current].src;
				document.photo_title.src = title_pics[current].src;
				document.right.src = arrow_pics[current].src;
			}

 			
 			// misc. code
 			
 					var dasscroll;

			function init(){
				checkme = browserWidth()
				window.onresize = handleResize
	
				if(dasscroll){
					InitialiseScrollableArea();
				}
	
			}
			
			window.onload = init;		


 			
// -->