					var image1;
					var image2;
					//var image3;
					//var image4;
					//var image5;
			
					image1 = "../usermods/OP_default.jpg";
					image2 = "../usermods/OP_newMandM.jpg";
					//image3 = "../usermods/r&l.jpg";
					//image4 = "../usermods/esther.jpg";
					//image5 = "../usermods/eve.jpg";
							var variableslide=new Array()

							//variableslide[x]=["path to image", "OPTIONAL link for image", "OPTIONAL text description (supports HTML tags)"]
							variableslide[0]=[image1,'prodview.asp?idproduct=1002','10000']
							variableslide[1]=[image2,'prodview.asp?idproduct=1044','10000']
							//variableslide[2]=[image3,'prodview.asp?idproduct=1002','6000']
							//variableslide[3]=[image4,'prodview.asp?idproduct=1036','6000']
							//variableslide[4]=[image5,'prodview.asp?idproduct=1043','6000']
							
							
							var mapslide=new Array()

							//variableslide[x]=["path to image", "OPTIONAL link for image", "OPTIONAL text description (supports HTML tags)"]

							mapslide[0]=['0,0,550,316', '','']
							mapslide[1]=['0,0,550,316', '','']
							//mapslide[2]=['0,0,550,316', '','']
							//mapslide[3]=['0,0,550,316', '','']
							//mapslide[4]=['0,0,550,316', '','']
							
							//configure the below 3 variables to set the dimension/background color of the slideshow

							var slidewidth='550px' //set to width of LARGEST image in your slideshow
							var slideheight='316px' //set to height of LARGEST iamge in your slideshow, plus any text description
							var slidebgcolor='#ffffff'

							//configure the below variable to determine the delay between image rotations (in miliseconds)
							var slidedelay=10000
							var clearTime
							////Do not edit pass this line////////////////

							var ie=document.all
							var dom=document.getElementById

							for (i=0;i<variableslide.length;i++){
							var cacheimage=new Image()
							cacheimage.src=variableslide[i][0]
							}

							var currentslide=0
			
							function rotateimages(){
							contentcontainer='<center>'
							if (variableslide[currentslide][1]!="")
							{
								slidedelay = variableslide[currentslide][2]
								if(variableslide[currentslide][0].indexOf(".swf") != -1)
								{
									// if the image is as a swf flash file
								
										contentcontainer+='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="520" height="280">'
  										contentcontainer+='<param name="allowScriptAccess" value="sameDomain" />'
  										contentcontainer+='<param name="movie" value="'+ variableslide[currentslide][0] +'?'+ mapslide[currentslide][0] +'='+ variableslide[currentslide][1] +'" />'
 										contentcontainer+='<param name="quality" value="high" />'
  										contentcontainer+='<param name="bgcolor" value="#ffffff" />'
 										contentcontainer+='<embed src="'+ variableslide[currentslide][0] +'?'+ mapslide[currentslide][0] +'='+ variableslide[currentslide][1] +'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="520" height="280">'
										contentcontainer+='</embed></object>'
								}
								else
								{
									// if the image is a static image
									//	contentcontainer+='<a href="'+variableslide[currentslide][1]+'">'
									contentcontainer+='<img src="'+variableslide[currentslide][0]+'" usemap="#promo"'+currentslide +'" border="0">'
									//contentcontainer+='</a>'
									contentcontainer+='</center>'
									contentcontainer+='<MAP id="promo"' + currentslide+'" NAME="promo"' + currentslide+'">'
									contentcontainer+='<AREA HREF="'+variableslide[currentslide][1]+'" COORDS="'+mapslide[currentslide][0]+'">'
										contentcontainer+='</MAP>'
									}

								}
							
							if (document.layers){
							crossrotateobj.document.write(contentcontainer)
							crossrotateobj.document.close()
							}
							else if (ie||dom)
							crossrotateobj.innerHTML=contentcontainer
							if (currentslide==variableslide.length-1) currentslide=0
							else currentslide++
							clearTime = setTimeout("rotateimages()",slidedelay)
							}

							if (ie||dom)
							document.write('<div id="slidedom" style="width:'+slidewidth+';height:'+slideheight+'; background-color:'+slidebgcolor+'"></div>')


							function start_slider(){
							crossrotateobj=dom? document.getElementById("slidedom") : ie? document.all.slidedom : document.slidensmain.document.slidenssub
							if (document.layers)
							document.slidensmain.visibility="show"
							rotateimages()
							}

							if (ie||dom)
							start_slider()
							else if (document.layers)
							window.onload=start_slider



							function promodisplay(item)
							{
								clearTimeout(clearTime)
								currentslide = item
								rotateimages()
							}
							