// JavaScript Document
<!-- Begin OPTIONS CODE
// HOMEPAGE FLASH OPTIONS FILE
// CHANGE ANY OF THESE VARIABLES
var flashwidth = "744" // width OF THE FLASH (IN PIXELS)
var flashheight = "266" // height OF THE FLASH (IN PIXELS)
var color = "000000" // IMAGE SLIDER BACKGROUND COLOR
var stripes	 	= "yes"		
// COPYRIGHT 2008 © Urconnect India-The Human Fiber Company
// Unauthorized use or sale of this script is strictly prohibited by law
document.write('<table cellpadding="0" cellspacing="0" border="0" width="'+flashwidth+'"><tr><td valign="left" align="left">');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+flashwidth+'" height="'+flashheight+'" id="home-flash">');
document.write('<param name="movie" value="home-flash.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="bgcolor" value="#'+color+'">');
document.write('<embed src="home-flash.swf" quality="high" wmode="transparent" bgcolor="#'+color+'" width="'+flashwidth+'" height="'+flashheight+'" name="home-flash" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></embed></object><br />');



   if (stripes == "yes") {
document.write('</td></tr><tr class="printhide"><td class="pagebar-bottom">');
document.write('<img src="picts/spacer.gif" width="10" height="1"><br>');
}



document.write('</td></tr></table>');





// End -->
