// APIIC Website header - JavaScript 

document.write('<div class="hdrNav">\
			<table width="98%" border="0" cellpadding="0" cellspacing="0">\
				<tr>\
					<td rowspan="5" style="padding-left:30px">\
						<a href="/portal/APIICPortal">\
						<img src="images/spacer.gif" border="0" width="375px" height="100px" alt="Andhra Pradesh Industrial Infrastructure Corporation Ltd.">\
						</a>\
					</td>\
				</tr>\
				<tr>\
					<td align="left" >&nbsp;</td>\
				</tr>\
				<tr>\
					<td align="right" valign="top"><a href="/portal/APIICPortal" class="verd11Black">Home</a>|<a href="photogalleries.html" class="verd11Black">Photogallery</a>|<a href="/portal/APIICPortal/Presentation/DashboardLeftInstWindow?action=2&dashboard_choice=showcase" class="verd11Black">Presentations</a>|<a href="/portal/APIICPortal/WhatsNew" class="verd11Black">What&rsquo;s New</a>|<a href="/portal/APIICPortal/About+Us/Objectives/wFooter/ContactUs" class="verd11Black">Contact Us</a><span id="logintab">|<a href="customerlogin.jsp" class="verd11Black">Login</a></span></td>\
				</tr>\
				<tr>\
					<td height="30">&nbsp;</td>\
				</tr>\
                <tr>\
					<td align="right">\
						<div class="search">\
							<table width="95%" border="0" cellpadding="0" cellspacing="0">\
								<tr>\
									<td class="srchBG">\
										<table width="100%" border="0" cellspacing="0" cellpadding="0">\
											<tr>\
												<td width="16%">&nbsp;</td>\
												<td width="84%" height="24" align="left" valign="top"><input name="input" id="input" type="text" class="searchBx" />\
												</td>\
											</tr>\
										</table>\
									</td>\
									<td width="27" align="left" valign="top">\
										<a onclick = "javascript: do_search();" style="cursor: pointer; color: blue;"><img src="images/btn_Search.jpg" alt="Search" width="24" height="31" border="0" /></a>\
									</td>\
								</tr>\
							</table>\
						</div>\
					</td>\
              	</tr>\
			</table>\
		</div>');
       
       
      function do_search()
      {
      	 var search_text = document.getElementById("input").value;
      	 if(search_text == '' || search_text == ' ')
      	 {
      	 	alert("Please enter the information to search");
      	 	document.getElementById("input").focus();
      	 }
      	 else{
      	 window.location.href = "http://www.apiic.in/portal/APIICPortal/About+Us/Objectives/zSearchResults/SearchInstWindow?action=2&keyword="+search_text;
      	 }
      }