			if (document.images!=null) 
			{
				img5_off = new Image();
				img5_off.src = "/images/makeupbags/make-up-bag1.jpg";
				img5_on = new Image();
				img5_on.src = "/images/makeupbags/make-up-bag1.jpg";
			}

			{
				img1_on = new Image();
				img1_on.src = "/images/makeupbags/make-up-bag4.jpg";
			}

			{
				img2_on = new Image();
				img2_on.src = "/images/makeupbags/make-up-bag5.jpg";
			}

			{
				img3_on = new Image();
				img3_on.src = "/images/makeupbags/make-up-bag8.jpg";
			}

			{
				img6_on = new Image();
				img6_on.src = "/images/makeupbags/make-up-bag2.jpg";
			}

			{
				img7_on = new Image();
				img7_on.src = "/images/makeupbags/make-up-bag3.jpg";
			}

			{
				img8_on = new Image();
				img8_on.src = "/images/laptopbags/laptop-bag-top-closeup.jpg";
			}

			{
				img9_on = new Image();
				img9_on.src = "/images/makeupbags/make-up-bag6.jpg";
			}

			{
				img10_on = new Image();
				img10_on.src = "/images/makeupbags/make-up-bag7.jpg";
			}

			{
				img11_on = new Image();
				img11_on.src = "/images/makeupbags/make-up-bag7.jpg";
			}
			{
				img12_on = new Image();
				img12_on.src = "/images/laptopbags/laptop-bag-inside1.jpg";
			}


			function hiLite(imgDocID,imgObjName)
			{
				if (document.images!=null) 
				{
					document.images[imgDocID].src = eval(imgObjName + ".src");
				}
			}
			function doload() {
					var divs = document.getelementsbytagname("div");
					for(var div=0;div < divs.length; div++) {
						if(divs[div].className == "menu") {
							divs[div].onmouseover = menu_over;
							divs[div].onmouseout = menu_out;
						}
					}
				}
				function menu_over() {
					this.getelementsbytagname("div")[0].style.display = "block";
				}
				function menu_out() {
					this.getelementsbytagname("div")[0].style.display = "none";
				}
