		
				/******************************************
				* Scrollable content script II- © Dynamic Drive (www.dynamicdrive.com)
				* Visit http://www.dynamicdrive.com/ for full source code
				* This notice must stay intact for use
				******************************************/

				pgiens6=document.all||document.getElementById
				pgns4=document.layers

				//specify speed of scroll (greater=faster)
				var pgspeed=4

				//specify Scroll Box Width & Height 
				var pgscrollbox_width=800
				var pgscrollbox_height=500

				if (pgiens6)
				{
					//document.write('<div id="pgcontainer" style="position:relative;width:' + pgscrollbox_width + ';height:' + pgscrollbox_height + ';border:1px solid black;overflow:hidden">')
					document.write('<div id="pgcontainer" style="position:relative;width:' + pgscrollbox_width + ';height:' + pgscrollbox_height + ';overflow:hidden">')
					document.write('<div id="pgcontent" style="position:absolute;width:' + pgscrollbox_width + ';left:0;top:0">')
				}
