ÿþ<html> <head> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> <meta name="generator" content="Microsoft FrontPage 4.0"> <title>Welcome to Agriculture</title> <csactions> <csaction name="B84F3CF14" class="Netscape CSS Fix" type="onload"></csaction> <csaction name="B8A9FC5F14" class="Set Image URL" type="onevent" val0="ne_menu" val1="../components/nav_images/ne_menu-over.jpg" urlparams="2"></csaction> <csaction name="B8A9FC5F15" class="Set Image URL" type="onevent" val0="ne_menu" val1="../components/nav_images/ne_menu.jpg" urlparams="2"></csaction> <csaction name="B8B2680A10" class="Set Image URL" type="onevent" val0="ec_menu" val1="../components/nav_images/ec_menu-over.jpg" urlparams="2"></csaction> <csaction name="B8B2680A11" class="Set Image URL" type="onevent" val0="ec_menu" val1="../components/nav_images/ec_menu.jpg" urlparams="2"></csaction> <csaction name="B8B2681312" class="Set Image URL" type="onevent" val0="es_menu" val1="../components/nav_images/es_menu-over.jpg" urlparams="2"></csaction> <csaction name="B8B2681313" class="Set Image URL" type="onevent" val0="es_menu" val1="../components/nav_images/es_menu.jpg" urlparams="2"></csaction> <csaction name="B8B2681D14" class="Set Image URL" type="onevent" val0="cs_menu" val1="../components/nav_images/cs_menu-over.jpg" urlparams="2"></csaction> <csaction name="B8B2681D15" class="Set Image URL" type="onevent" val0="cs_menu" val1="../components/nav_images/cs_menu.jpg" urlparams="2"></csaction> <csaction name="B8B2682016" class="Set Image URL" type="onevent" val0="cp_menu" val1="../components/nav_images/cp_menu-over.jpg" urlparams="2"></csaction> <csaction name="B8B2682017" class="Set Image URL" type="onevent" val0="cp_menu" val1="../components/nav_images/cp_menu.jpg" urlparams="2"></csaction> <csaction name="B8B2682418" class="Set Image URL" type="onevent" val0="sm_logo" val1="../components/nav_images/sm_logo-pi_menu_over.jpg" urlparams="2"></csaction> <csaction name="B8B2682419" class="Set Image URL" type="onevent" val0="pi_menu" val1="../components/nav_images/pi_menu-over.jpg" urlparams="2"></csaction> <csaction name="B8B2682420" class="Set Image URL" type="onevent" val0="sidebar2" val1="../components/nav_images/sidebar2-pi_menu_over.jpg" urlparams="2"></csaction> <csaction name="B8B2682421" class="Set Image URL" type="onevent" val0="sm_logo" val1="../components/nav_images/sm_logo.jpg" urlparams="2"></csaction> <csaction name="B8B2682422" class="Set Image URL" type="onevent" val0="pi_menu" val1="../components/nav_images/pi_menu.jpg" urlparams="2"></csaction> <csaction name="B8B2682423" class="Set Image URL" type="onevent" val0="sidebar2" val1="../components/nav_images/sidebar2.jpg" urlparams="2"></csaction> </csactions> <csactionitem name="B84F3CF14"></csactionitem> <csscriptdict> <script><!-- CSInit = new Array; function CSScriptInit() { if(typeof(skipPage) != "undefined") { if(skipPage) return; } idxArray = new Array; for(var i=0;i<CSInit.length;i++) idxArray[i] = i; CSAction2(CSInit, idxArray);} CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10); CSIsW3CDOM = ((document.getElementById) && !(IsIE()&&CSBVers<6)) ? true : false; function IsIE() { return CSAg.indexOf("MSIE") > 0;} function CSIEStyl(s) { return document.all.tags("div")[s].style; } function CSNSStyl(s) { if (CSIsW3CDOM) return document.getElementById(s).style; else return CSFindElement(s,0); } CSIImg=false; function CSInitImgID() {if (!CSIImg && document.images) { for (var i=0; i<document.images.length; i++) { if (!document.images[i].id) document.images[i].id=document.images[i].name; } CSIImg = true;}} function CSFindElement(n,ly) { if (CSBVers<4) return document[n]; if (CSIsW3CDOM) {CSInitImgID();return(document.getElementById(n));} var curDoc = ly?ly.document:document; var elem = curDoc[n]; if (!elem) {for (var i=0;i<curDoc.layers.length;i++) {elem=CSFindElement(n,curDoc.layers[i]); if (elem) return elem; }} return elem; } function CSGetImage(n) {if(document.images) {return ((!IsIE()&&CSBVers<5)?CSFindElement(n,0):document.images[n]);} else {return null;}} CSDInit=false; function CSIDOM() { if (CSDInit)return; CSDInit=true; if(document.getElementsByTagName) {var n = document.getElementsByTagName('DIV'); for (var i=0;i<n.length;i++) {CSICSS2Prop(n[i].id);}}} function CSICSS2Prop(id) { var n = document.getElementsByTagName('STYLE');for (var i=0;i<n.length;i++) { var cn = n[i].childNodes; for (var j=0;j<cn.length;j++) { CSSetCSS2Props(CSFetchStyle(cn[j].data, id),id); }}} function CSFetchStyle(sc, id) { var s=sc; while(s.indexOf("#")!=-1) { s=s.substring(s.indexOf("#")+1,sc.length); if (s.substring(0,s.indexOf("{")).toUpperCase().indexOf(id.toUpperCase())!=-1) return(s.substring(s.indexOf("{")+1,s.indexOf("}")));} return ""; } function CSGetStyleAttrValue (si, id) { var s=si.toUpperCase(); var myID=id.toUpperCase()+":"; var id1=s.indexOf(myID); if (id1==-1) return ""; s=s.substring(id1+myID.length+1,si.length); var id2=s.indexOf(";"); return ((id2==-1)?s:s.substring(0,id2)); } function CSSetCSS2Props(si, id) { var el=document.getElementById(id); if (el==null) return; var style=document.getElementById(id).style; if (style) { if (style.left=="") style.left=CSGetStyleAttrValue(si,"left"); if (style.top=="") style.top=CSGetStyleAttrValue(si,"top"); if (style.width=="") style.width=CSGetStyleAttrValue(si,"width"); if (style.height=="") style.height=CSGetStyleAttrValue(si,"height"); if (style.visibility=="") style.visibility=CSGetStyleAttrValue(si,"visibility"); if (style.zIndex=="") style.zIndex=CSGetStyleAttrValue(si,"z-index"); } } function CSClickReturn () { var bAgent = window.navigator.userAgent; var bAppName = window.navigator.appName; if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0)) return true; // dont follow link else return false; // dont follow link } function CSButtonReturn () { return !CSClickReturn(); } CSIm=new Object(); function CSIShow(n,i) { if (document.images) { if (CSIm[n]) { var img=CSGetImage(n); if (img&&typeof(CSIm[n][i].src)!="undefined") {img.src=CSIm[n][i].src;} if(i!=0) self.status=CSIm[n][3]; else self.status=" "; return true; } } return false; } function CSILoad(action) { im=action[1]; if (document.images) { CSIm[im]=new Object(); for (var i=2;i<5;i++) { if (action[i]!='') {CSIm[im][i-2]=new Image(); CSIm[im][i-2].src=action[i];} else CSIm[im][i-2]=0; } CSIm[im][3] = action[5]; } } CSStopExecution=false; function CSAction(array) {return CSAction2(CSAct, array);} function CSAction2(fct, array) { var result; for (var i=0;i<array.length;i++) { if(CSStopExecution) return false; var aa = fct[array[i]]; if (aa == null) return false; var ta = new Array; for(var j=1;j<aa.length;j++) { if((aa[j]!=null)&&(typeof(aa[j])=="object")&&(aa[j].length==2)){ if(aa[j][0]=="VAR"){ta[j]=CSStateArray[aa[j][1]];} else{if(aa[j][0]=="ACT"){ta[j]=CSAction(new Array(new String(aa[j][1])));} else ta[j]=aa[j];} } else ta[j]=aa[j]; } result=aa[0](ta); } return result; } CSAct = new Object; function newImage(arg) { if (document.images) { rslt = new Image(); rslt.src = arg; return rslt; } } function changeImages() { if (document.images && (preloadFlag == true)) { for (var i=0; i<changeImages.arguments.length; i+=2) { document[changeImages.arguments[i]].src = changeImages.arguments[i+1]; } } } function CSFixFct() { var d = document; var w = window; if (d.cs.csFix.w != w.innerWidth || d.cs.csFix.h != w.innerHeight) { d.location = d.location; } } function CSNSFix(action) { var d = document; var w = window; if ((navigator.appName == 'Netscape') && (parseInt(navigator.appVersion) == 4)) { if (typeof d.cs == 'undefined') { d.cs = new Object; d.cs.csFix = new Object; } else if (CSIsFrame (w) == true) CSFixFct(); d.cs.csFix.w = w.innerWidth; d.cs.csFix.h = w.innerHeight; window.onresize = CSFixFct; } } function CSIsFrame (window) { var rootWindow = window.parent; if (rootWindow == 'undefined') return false; for (i = 0; i < rootWindow.frames.length; i++) if (window == rootWindow.frames[i]) return true; return false; } function CSSetImageURL(action) { var img=CSGetImage(action[1]); if (img) img.src=action[2]; } // --></script> </csscriptdict> <csactiondict> <script><!-- CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'pi_menu',/*URL*/'../components/nav_images/pi_menu.jpg',/*URL*/'../components/nav_images/pi_menu-over.jpg',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'cp_menu',/*URL*/'../components/nav_images/cp_menu.jpg',/*URL*/'../components/nav_images/cp_menu-over.jpg',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'cs_menu',/*URL*/'../components/nav_images/cs_menu.jpg',/*URL*/'../components/nav_images/cs_menu-over.jpg',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'es_menu',/*URL*/'../components/nav_images/es_menu.jpg',/*URL*/'../components/nav_images/es_menu-over.jpg',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'ec_menu',/*URL*/'../components/nav_images/ec_menu.jpg',/*URL*/'../components/nav_images/ec_menu-over.jpg',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'ne_menu2',/*URL*/'../components/nav_images/ne_menu.jpg',/*URL*/'../components/nav_images/ne_menu-over.jpg',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'ag_homemenu_06',/*URL*/'agmenu_images/ag_homemenu_06.gif',/*URL*/'agmenu_images/ag_homemenu_06-over.gif',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'gen_industrialhome_09',/*URL*/'../automotive/genind_images/gen_industrialhome_09.gif',/*URL*/'../automotive/genind_images/gen_industrialhome_09-over.gif',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'gen_industrialhome_12',/*URL*/'../automotive/genind_images/gen_industrialhome_12.gif',/*URL*/'../automotive/genind_images/gen_industrialhome_12-over.gif',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'gen_industrialhome_19',/*URL*/'../automotive/genind_images/gen_industrialhome_19.gif',/*URL*/'../automotive/genind_images/gen_industrialhome_19-over.gif',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'gen_industrialhome_21',/*URL*/'../automotive/genind_images/gen_industrialhome_21.gif',/*URL*/'../automotive/genind_images/gen_industrialhome_21-over.gif',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button',/*URL*/'../automotive/genind_images/gen_industrialhome_23.gif',/*URL*/'../automotive/genind_images/gen_industrialhome_23over.gif',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'ag_homemenu_02',/*URL*/'agmenu_images/ag_homemenu_02.gif',/*URL*/'agmenu_images/ag_homemenu_02-over.gif',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'ag_homemenu_05',/*URL*/'agmenu_images/ag_homemenu_05.gif',/*URL*/'agmenu_images/ag_homemenu_05-over.gif',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'ag_homemenu_08',/*URL*/'agmenu_images/ag_homemenu_08.gif',/*URL*/'agmenu_images/ag_homemenu_08-over.gif',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'ag_homemenu_10',/*URL*/'agmenu_images/ag_homemenu_10.gif',/*URL*/'agmenu_images/ag_homemenu_10-over.gif',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'ag_homemenu_11',/*URL*/'agmenu_images/ag_homemenu_11.gif',/*URL*/'agmenu_images/ag_homemenu_11-over.gif',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'ag_homemenu_13',/*URL*/'agmenu_images/ag_homemenu_13.gif',/*URL*/'agmenu_images/ag_homemenu_13-over.gif',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'gen_industrialhome_07',/*URL*/'../gen_industrial/genind_images/gen_industrialhome_07.gif',/*URL*/'../gen_industrial/genind_images/gen_industrialhome_07-over.gif',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'gen_industrialhome_08',/*URL*/'../gen_industrial/genind_images/gen_industrialhome_08.gif',/*URL*/'../gen_industrial/genind_images/gen_industrialhome_08-over.gif',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'ag_homemenu_15',/*URL*/'agmenu_images/ag_homemenu_15.gif',/*URL*/'agmenu_images/ag_homemenu_15-over.gif',/*URL*/'',''); CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'ag_homemenu_16',/*URL*/'agmenu_images/ag_homemenu_16.gif',/*URL*/'agmenu_images/ag_homemenu_16-over.gif',/*URL*/'',''); var preloadFlag = false; function preloadImages() { if (document.images) { over_propack = newImage(/*URL*/'../gen_industrial/genind_images/propack_ro.gif'); preloadFlag = true; } } CSInit[CSInit.length] = new Array(CSNSFix); CSAct[/*CMP*/ 'B8A9FC5F14'] = new Array(CSSetImageURL,/*CMP*/ 'ne_menu',/*URL*/ '../components/nav_images/ne_menu-over.jpg'); CSAct[/*CMP*/ 'B8A9FC5F15'] = new Array(CSSetImageURL,/*CMP*/ 'ne_menu',/*URL*/ '../components/nav_images/ne_menu.jpg'); CSAct[/*CMP*/ 'B8B2680A10'] = new Array(CSSetImageURL,/*CMP*/ 'ec_menu',/*URL*/ '../components/nav_images/ec_menu-over.jpg'); CSAct[/*CMP*/ 'B8B2680A11'] = new Array(CSSetImageURL,/*CMP*/ 'ec_menu',/*URL*/ '../components/nav_images/ec_menu.jpg'); CSAct[/*CMP*/ 'B8B2681312'] = new Array(CSSetImageURL,/*CMP*/ 'es_menu',/*URL*/ '../components/nav_images/es_menu-over.jpg'); CSAct[/*CMP*/ 'B8B2681313'] = new Array(CSSetImageURL,/*CMP*/ 'es_menu',/*URL*/ '../components/nav_images/es_menu.jpg'); CSAct[/*CMP*/ 'B8B2681D14'] = new Array(CSSetImageURL,/*CMP*/ 'cs_menu',/*URL*/ '../components/nav_images/cs_menu-over.jpg'); CSAct[/*CMP*/ 'B8B2681D15'] = new Array(CSSetImageURL,/*CMP*/ 'cs_menu',/*URL*/ '../components/nav_images/cs_menu.jpg'); CSAct[/*CMP*/ 'B8B2682016'] = new Array(CSSetImageURL,/*CMP*/ 'cp_menu',/*URL*/ '../components/nav_images/cp_menu-over.jpg'); CSAct[/*CMP*/ 'B8B2682017'] = new Array(CSSetImageURL,/*CMP*/ 'cp_menu',/*URL*/ '../components/nav_images/cp_menu.jpg'); CSAct[/*CMP*/ 'B8B2682418'] = new Array(CSSetImageURL,/*CMP*/ 'sm_logo',/*URL*/ '../components/nav_images/sm_logo-pi_menu_over.jpg'); CSAct[/*CMP*/ 'B8B2682419'] = new Array(CSSetImageURL,/*CMP*/ 'pi_menu',/*URL*/ '../components/nav_images/pi_menu-over.jpg'); CSAct[/*CMP*/ 'B8B2682420'] = new Array(CSSetImageURL,/*CMP*/ 'sidebar2',/*URL*/ '../components/nav_images/sidebar2-pi_menu_over.jpg'); CSAct[/*CMP*/ 'B8B2682421'] = new Array(CSSetImageURL,/*CMP*/ 'sm_logo',/*URL*/ '../components/nav_images/sm_logo.jpg'); CSAct[/*CMP*/ 'B8B2682422'] = new Array(CSSetImageURL,/*CMP*/ 'pi_menu',/*URL*/ '../components/nav_images/pi_menu.jpg'); CSAct[/*CMP*/ 'B8B2682423'] = new Array(CSSetImageURL,/*CMP*/ 'sidebar2',/*URL*/ '../components/nav_images/sidebar2.jpg'); // --></script> </csactiondict> </head> <body bgcolor="#1d3b7e" link="#1d3b7e" vlink="red" onload="preloadImages();CSScriptInit();"> <table border="0" cellpadding="0" cellspacing="0" width="800"> <tr> <td colspan="2" width="801"> <table width="800" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="2" rowspan="2"><a href="/pages/home.html"><img name="sm_logo" src="../components/nav_images/sm_logo.jpg" width="86" height="41" border="0"></a></td> <td colspan="7"><img src="../components/nav_images/top_bar.jpg" width="714" height="35"></td> <td><img src="../components/nav_images/spacer.gif" width="1" height="35"></td> </tr> <tr> <td rowspan="2"><csobj w="85" h="25" t="Button" ht="../components/nav_images/pi_menu-over.jpg" csover="B8B2682418,B8B2682419,B8B2682420" csout="B8B2682421,B8B2682422,B8B2682423"><a href="/../pages/gen/prod_info.htm" onmouseover="CSAction(new Array(/*CMP*/'B8B2682418',/*CMP*/'B8B2682419',/*CMP*/'B8B2682420'));return CSIShow(/*CMP*/'pi_menu',1)" onmouseout="CSAction(new Array(/*CMP*/'B8B2682421',/*CMP*/'B8B2682422',/*CMP*/'B8B2682423'));return CSIShow(/*CMP*/'pi_menu',0)" onclick="return CSButtonReturn()"><img src="../components/nav_images/pi_menu.jpg" width="85" height="25" name="pi_menu" border="0"></a></csobj></td> <td rowspan="2"><csobj w="82" h="25" t="Button" ht="../components/nav_images/cp_menu-over.jpg" csover="B8B2682016" csout="B8B2682017"><a onmouseover="CSAction(new Array(/*CMP*/'B8B2682016'));return CSIShow(/*CMP*/'cp_menu',1)" onmouseout="CSAction(new Array(/*CMP*/'B8B2682017'));return CSIShow(/*CMP*/'cp_menu',0)" onclick="return CSButtonReturn()"><img src="../components/nav_images/cp_menu.jpg" width="82" height="25" name="cp_menu" border="0"></a></csobj></td> <td rowspan="2"><csobj w="93" h="25" t="Button" ht="../components/nav_images/cs_menu-over.jpg" csover="B8B2681D14" csout="B8B2681D15"><a href="/../pages/gen/customer.htm" onmouseover="CSAction(new Array(/*CMP*/'B8B2681D14'));return CSIShow(/*CMP*/'cs_menu',1)" onmouseout="CSAction(new Array(/*CMP*/'B8B2681D15'));return CSIShow(/*CMP*/'cs_menu',0)" onclick="return CSButtonReturn()"><img src="../components/nav_images/cs_menu.jpg" width="93" height="25" name="cs_menu" border="0"></a></csobj></td> <td rowspan="2"><csobj w="88" h="25" t="Button" ht="../components/nav_images/es_menu-over.jpg" csover="B8B2681312" csout="B8B2681313"><a href="/../pages/EMPLOYEES/home_employee.html" onmouseover="CSAction(new Array(/*CMP*/'B8B2681312'));return CSIShow(/*CMP*/'es_menu',1)" onmouseout="CSAction(new Array(/*CMP*/'B8B2681313'));return CSIShow(/*CMP*/'es_menu',0)" onclick="return CSButtonReturn()"><img src="../components/nav_images/es_menu.jpg" width="88" height="25" name="es_menu" border="0"></a></csobj></td> <td rowspan="2"><csobj w="87" h="25" t="Button" ht="../components/nav_images/ec_menu-over.jpg" csover="B8B2680A10" csout="B8B2680A11"><a href="/../pages/gen/event_cal.htm" onmouseover="CSAction(new Array(/*CMP*/'B8B2680A10'));return CSIShow(/*CMP*/'ec_menu',1)" onmouseout="CSAction(new Array(/*CMP*/'B8B2680A11'));return CSIShow(/*CMP*/'ec_menu',0)" onclick="return CSButtonReturn()"><img src="../components/nav_images/ec_menu.jpg" width="87" height="25" name="ec_menu" border="0"></a></csobj></td> <td rowspan="2"><csobj w="78" h="25" t="Button" ht="../components/nav_images/ne_menu-over.jpg" csover="B8A9FC5F14" csout="B8A9FC5F15"><a onmouseover="CSAction(new Array(/*CMP*/'B8A9FC5F14'));return CSIShow(/*CMP*/'ne_menu2',1)" onmouseout="CSAction(new Array(/*CMP*/'B8A9FC5F15'));return CSIShow(/*CMP*/'ne_menu2',0)" onclick="return CSButtonReturn()"><img src="../components/nav_images/ne_menu.jpg" width="78" height="25" name="ne_menu2" border="0"></a></csobj></td> <td rowspan="2"><img src="../components/nav_images/balance_menu.jpg" width="201" height="25"></td> <td><img src="../components/nav_images/spacer.gif" width="1" height="6"></td> </tr> <tr> <td><img src="../components/nav_images/sidebar1.jpg" width="79" height="19"></td> <td><img name="sidebar2" src="../components/nav_images/sidebar2.jpg" width="7" height="19"></td> <td><img src="../components/nav_images/spacer.gif" width="1" height="19"></td> </tr> <tr> <td colspan="9"><img src="../components/nav_images/stripebar.jpg" width="800" height="14"></td> <td><img src="../components/nav_images/spacer.gif" width="1" height="14"></td> </tr> </table> </td> </tr> <tr> <td colspan="2" width="801"><img height="27" width="800" src="ag_maintag.gif"></td> </tr> <tr> <td bgcolor="white" style="width: 400px; height: 317px;"> <table width="180" border="0" cellspacing="0" cellpadding="0"> <tr> <td rowspan="12" valign="top"> <table width="64" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="agmenu_images/ag_homemenu_01.gif" alt="" height="20" width="78" border="0"></td> </tr> <tr> <td><img src="../automotive/genind_images/gen_industrialhome_03-gen_i.gif" alt="" height="19" width="78" border="0"></td> </tr> <tr> <td><csobj al="" h="30" ht="agmenu_images/ag_homemenu_06-over.gif" t="Button" w="78"><a href="../../../gen/whats_new.htm" onmouseover="return CSIShow(/*CMP*/'ag_homemenu_06',1)" onmouseout="return CSIShow(/*CMP*/'ag_homemenu_06',0)" onclick="return CSButtonReturn()"><img src="agmenu_images/ag_homemenu_06.gif" width="78" height="30" name="ag_homemenu_06" border="0" alt=""></a></csobj></td> </tr> <tr> <td><csobj al="" h="31" ht="../automotive/genind_images/gen_industrialhome_09-over.gif" t="Button" w="78"><a href="../../../gen/event_cal.htm" onmouseover="return CSIShow(/*CMP*/'gen_industrialhome_09',1)" onmouseout="return CSIShow(/*CMP*/'gen_industrialhome_09',0)" onclick="return CSButtonReturn()"><img src="../automotive/genind_images/gen_industrialhome_09.gif" width="78" height="31" name="gen_industrialhome_09" border="0" alt=""></a></csobj></td> </tr> <tr> <td><csobj al="" h="20" ht="../automotive/genind_images/gen_industrialhome_12-over.gif" t="Button" w="78"><a href="../../../gen/dealers.htm" onmouseover="return CSIShow(/*CMP*/'gen_industrialhome_12',1)" onmouseout="return CSIShow(/*CMP*/'gen_industrialhome_12',0)" onclick="return CSButtonReturn()"><img src="../automotive/genind_images/gen_industrialhome_12.gif" width="78" height="20" name="gen_industrialhome_12" border="0" alt=""></a></csobj></td> </tr> <tr> <td><img src="agmenu_images/ag_homemenu_14.gif" alt="" height="67" width="78" border="0"></td> </tr> <tr> <td><csobj al="" h="14" ht="../automotive/genind_images/gen_industrialhome_19-over.gif" t="Button" w="78"><a href="../../../gen/contact_us.htm" onmouseover="return CSIShow(/*CMP*/'gen_industrialhome_19',1)" onmouseout="return CSIShow(/*CMP*/'gen_industrialhome_19',0)" onclick="return CSButtonReturn()"><img src="../automotive/genind_images/gen_industrialhome_19.gif" width="78" height="14" name="gen_industrialhome_19" border="0" alt=""></a></csobj></td> </tr> <tr> <td><csobj al="" h="21" ht="../automotive/genind_images/gen_industrialhome_21-over.gif" t="Button" w="78"><a href="../../../gen/site_map.htm" onmouseover="return CSIShow(/*CMP*/'gen_industrialhome_21',1)" onmouseout="return CSIShow(/*CMP*/'gen_industrialhome_21',0)" onclick="return CSButtonReturn()"><img src="../automotive/genind_images/gen_industrialhome_21.gif" width="78" height="21" name="gen_industrialhome_21" border="0" alt=""></a></csobj></td> </tr> <tr> <td><csobj al="" h="20" ht="../automotive/genind_images/gen_industrialhome_23over.gif" t="Button" w="78"><a href="../../../home.html" onmouseover="return CSIShow(/*CMP*/'button',1)" onmouseout="return CSIShow(/*CMP*/'button',0)" onclick="return CSButtonReturn()"><img src="../automotive/genind_images/gen_industrialhome_23.gif" width="78" height="20" name="button" border="0" alt=""></a></csobj></td> </tr> <tr> <td><img src="agmenu_images/ag_homemenu_21.gif" alt="" height="22" width="78" border="0"></td> </tr> </table> </td> <td rowspan="12" valign="top"><img src="agmenu_images/ag_homemenu_04.gif" alt="" height="264" width="11" align="top" border="0"></td> <td><csobj al="" h="20" ht="agmenu_images/ag_homemenu_02-over.gif" t="Button" w="311"><a href="8000_series_diaphragm.html" onmouseover="return CSIShow(/*CMP*/'ag_homemenu_02',1)" onmouseout="return CSIShow(/*CMP*/'ag_homemenu_02',0)" onclick="return CSButtonReturn()"><img src="agmenu_images/ag_homemenu_02.gif" width="311" height="20" name="ag_homemenu_02" border="0" alt=""></a></csobj></td> </tr> <tr> <td><csobj al="" h="19" ht="agmenu_images/ag_homemenu_05-over.gif" t="Button" w="311"><a href="2088_series_diaphragm1.html" onmouseover="return CSIShow(/*CMP*/'ag_homemenu_05',1)" onmouseout="return CSIShow(/*CMP*/'ag_homemenu_05',0)" onclick="return CSButtonReturn()"><img src="agmenu_images/ag_homemenu_05.gif" width="311" height="19" name="ag_homemenu_05" border="0" alt=""></a></csobj></td> </tr> <tr> <td><csobj al="" h="18" ht="agmenu_images/ag_homemenu_08-over.gif" t="Button" w="311"><a href="subcategories/166_series.html" onmouseover="return CSIShow(/*CMP*/'ag_homemenu_08',1)" onmouseout="return CSIShow(/*CMP*/'ag_homemenu_08',0)" onclick="return CSButtonReturn()"><img src="agmenu_images/ag_homemenu_08.gif" width="311" height="18" name="ag_homemenu_08" border="0" alt=""></a></csobj></td> </tr> <tr> <td><csobj al="" h="20" ht="agmenu_images/ag_homemenu_10-over.gif" t="Button" w="311"><a href="subcategories/9300.html" onmouseover="return CSIShow(/*CMP*/'ag_homemenu_10',1)" onmouseout="return CSIShow(/*CMP*/'ag_homemenu_10',0)" onclick="return CSButtonReturn()"><img src="agmenu_images/ag_homemenu_10.gif" width="311" height="20" name="ag_homemenu_10" border="0" alt=""></a></csobj></td> </tr> <tr> <td><a onmouseover="changeImages( /*CMP*/'propack',/*URL*/'../gen_industrial/genind_images/propack_ro.gif');return true" onmouseout="changeImages( /*CMP*/'propack',/*URL*/'../gen_industrial/genind_images/propack.gif');return true" href="subcategories/ProPack.html"><img src="../gen_industrial/genind_images/propack.gif" alt="" name="propack" width="311" height="16" border="0"></a></td> </tr> <tr> <td><csobj al="" h="18" ht="agmenu_images/ag_homemenu_11-over.gif" t="Button" w="311"><a href="subcategories/proportioning.html" onmouseover="return CSIShow(/*CMP*/'ag_homemenu_11',1)" onmouseout="return CSIShow(/*CMP*/'ag_homemenu_11',0)" onclick="return CSButtonReturn()"><img src="agmenu_images/ag_homemenu_11.gif" width="311" height="18" name="ag_homemenu_11" border="0" alt=""></a></csobj></td> </tr> <tr> <td><csobj al="" h="18" ht="agmenu_images/ag_homemenu_13-over.gif" t="Button" w="311"><a href="subcategories/impeller_12VDC.html" onmouseover="return CSIShow(/*CMP*/'ag_homemenu_13',1)" onmouseout="return CSIShow(/*CMP*/'ag_homemenu_13',0)" onclick="return CSButtonReturn()"><img src="agmenu_images/ag_homemenu_13.gif" width="311" height="18" name="ag_homemenu_13" border="0" alt=""></a></csobj></td> </tr> <tr> <td><csobj al="" h="19" ht="../gen_industrial/genind_images/gen_industrialhome_07-over.gif" t="Button" w="311"><a href="subcategories/power_twin.html" onmouseover="return CSIShow(/*CMP*/'gen_industrialhome_07',1)" onmouseout="return CSIShow(/*CMP*/'gen_industrialhome_07',0)" onclick="return CSButtonReturn()"><img src="../gen_industrial/genind_images/gen_industrialhome_07.gif" width="311" height="19" name="gen_industrialhome_07" border="0" alt=""></a></csobj></td> </tr> <tr> <td><csobj al="" h="18" ht="../gen_industrial/genind_images/gen_industrialhome_08-over.gif" t="Button" w="311"><a href="SLV.html" onmouseover="return CSIShow(/*CMP*/'gen_industrialhome_08',1)" onmouseout="return CSIShow(/*CMP*/'gen_industrialhome_08',0)" onclick="return CSButtonReturn()"><img src="../gen_industrial/genind_images/gen_industrialhome_08.gif" width="311" height="18" name="gen_industrialhome_08" border="0" alt=""></a></csobj></td> </tr> <tr> <td><csobj al="" h="15" ht="agmenu_images/ag_homemenu_15-over.gif" t="Button" w="311"><a href="accessories.html" onmouseover="return CSIShow(/*CMP*/'ag_homemenu_15',1)" onmouseout="return CSIShow(/*CMP*/'ag_homemenu_15',0)" onclick="return CSButtonReturn()"><img src="agmenu_images/ag_homemenu_15.gif" width="311" height="15" name="ag_homemenu_15" border="0" alt=""></a></csobj></td> </tr> <tr> <td><csobj al="" h="20" ht="agmenu_images/ag_homemenu_16-over.gif" t="Button" w="311"><a href="fittings.html" onmouseover="return CSIShow(/*CMP*/'ag_homemenu_16',1)" onmouseout="return CSIShow(/*CMP*/'ag_homemenu_16',0)" onclick="return CSButtonReturn()"><img src="agmenu_images/ag_homemenu_16.gif" width="311" height="20" name="ag_homemenu_16" border="0" alt=""></a></csobj></td> </tr> <tr> <td><img src="agmenu_images/ag_homemenu_17.gif" alt="" height="97" width="311" border="0"></td> </tr> </table> </td> <td width="350" bgcolor="#FFFFFF" style="height: 317px"><img height="159" width="200" src="../hp_picts/ag_hppict_sm.gif"></td> </tr> <tr> <td colspan="2" width="801" style="background-color: white; height: 489px;"> <table> <tr> <td style="width: 85px; height: 448px"> </td> <td style="width: 285px; vertical-align: text-top; height: 448px; text-align: left; border-top-width: thin; border-left-width: thin; border-left-color: lightsteelblue; border-bottom-width: thin; border-bottom-color: lightsteelblue; border-top-color: lightsteelblue; border-right-width: thin; border-right-color: lightsteelblue;"> <p> <img alt="Hypro Logo" style="WIDTH: 168px; HEIGHT: 48px" src="/images/Hypro%20RGB.gif"/><br /><br /> <span style="font-size: 8pt"> <span style="font-family: Verdana;"> Dear Valued Customer,<br /><br /> Thank you for your interest in the <b><span style="color: blue">SHURflo Brand</span></b> of Agricultural/Turf Products. Our goal is to accommodate your immediate need and to respond to your questions in a timely manner.<br /><br /> <b>You may contact us at:</b><br /><br /> <span style="color: #666699"><b>Hypro</b></span><br /> 375 5<sup>th</sup> Ave. NW<br />New Brighton, MN 55112<br /><br /> </span> <b><u><span style="color: #666699">Customer Service:</span></u></b><br /> Phone: 800-424-9776<br /> Email:</span><a href="mailto:sales@hypropumps.com"><span style="color: #001ff2; font-size: 8pt;">sales@hypropumps.com</span></a><br /><br /> <span style="font-size: 8pt"> <b><u><span style="color: #666699">Technical Support:</span></u></b><br /> Phone: 800-445-8360<br /> Email:</span><a href="mailto:technical@hypropumps.com"><span style="color: #001ff2; font-size: 8pt;">technical@hypropumps.com</span></a><br /><br /> <span style="font-size: 8pt"> <b><u><span style="color: #666699">Service and Warranty:</span></u></b><br /> Phone: 800-468-3428<br /> Email:</span><a href="mailto:technical@hypropumps.com"><span style="color: #001ff2; font-size: 8pt;">technical@hypropumps.com</span></a><br /><br /> <span style="font-size: 8pt"> <i>Note: If you have speed dial telephone numbers programmed into your telephone system, be sure to change them to the new numbers.</i> </span> </p> </td> <td style="vertical-align: text-top; width: 97px; height: 448px; text-align: left; border-top-width: thin; border-left-width: thin; border-left-color: lightsteelblue; border-bottom-width: thin; border-bottom-color: lightsteelblue; border-top-color: lightsteelblue; border-right-width: thin; border-right-color: lightsteelblue;"> </td> <td style="vertical-align: text-top; width: 280px; height: 448px; text-align: left; border-top-width: thin; border-left-width: thin; border-left-color: lightsteelblue; border-bottom-width: thin; border-bottom-color: lightsteelblue; border-top-color: lightsteelblue; border-right-width: thin; border-right-color: lightsteelblue;"> <span style="font-family: Verdana"><span style="font-size: 10pt">SHURflo offers a complete line of Agriculture pumps to meet the needs of homeowners, hobbyists, green industry pros and commercial growers alike. From our high pressure spray pumps to our economical lawn and garden pumps, you ll find feature packed products with the latest innovations, and same dependability that have made SHURflo the OEM s first choice. The information listed in these pages covers our most popular Agriculture pumps and accessories. If you re developing a product or system, SHURflo can assist in pump selection, or in configuring a pump to meet your specific needs. </span> </span> </td> </tr> </table> </td> </tr> <tr > <td colspan="2" bgcolor="white" width="801"><font face="Verdana" size="2"> <table border="0" cellpadding="8" cellspacing="0" width="640"> <tr> <td width="638"> <div align="left"> <table border="0" cellpadding="0" cellspacing="0" width="600"> <tr> <td width="14%"> </td> <td width="86%"> <br /> </td> </tr> </table> </div> <font face="Verdana" size="2"><br> &nbsp; </font></td> </tr> </table> </font></td> </tr> <tr> <td colspan="2" bgcolor="white" width="801"><img height="31" width="445" src="../gen_img/topofpage.jpg"></td> </tr> </table> </body> </html>