
<!-- Begin
var item = new Array();
var cs1
var vali
var val1
// "Page Name","path","Page Title","Many,Key,Words","Descriptive Comments"

c=0; item[c]=new Array("products.htm","","Our Products","iat,products,main, gloves, soccer, garments","We here @ IAT Sports are producing top quality Gloves of All types, Soccer Balls, Leather & Cordura Garments");
c++; item[c]=new Array("index.html","","Main Page","index,main,home,start","Most Welcome to IAT SPORTS... house of quality producers.in the globe.. click to jump to main page...");
c++; item[c]=new Array("profile.htm","","Company Profile","iat,company,profile,About,who","We “IAT SPORTS” are the unique leading manufacturers & exporters. It is a famous name in the global market..click for more detail.. ");
c++; item[c]=new Array("inquiry.htm","","Feed Back/Inquiry Form","inquiry,form,feed,back,comments,company,iat","Your Comments, Suggestions, About Our Products & Website will be most welcomed and will be replied with thanks.. ");
c++; item[c]=new Array("contact.htm","","Contact us","contact,email,address,who,write,phone,iat,fax,website, web","S.I.E. UK Road, Sialkot - 51310, Pakistan...Ph: +92-432...Please Contact with us by E-mail, Phone or Fax as you wants..");
c++; item[c]=new Array("gl_mtb.htm","","Motorbike Gloves","gloves,iat,motor,bike,leather,motorbike,racing,race,protections,","we are producing Top Quality Motorbike Gloves and protections... click for More detail and sample designes");
c++; item[c]=new Array("gl_cycling.htm","","Cycling Gloves","gloves,iat,cycilng,cycle,fitness,road,race,protections,","we are producing Top Quality Cycling Gloves and protections... click for More detail and sample designes");
c++; item[c]=new Array("gl_weight.htm","","Weightlifting Gloves","gloves,iat,weightlifting,weight,fitness,protections,","Top Quality Weightlifting Gloves / Fitness Gloves and protections... click for More detail and sample designes");
c++; item[c]=new Array("gl_moto.htm","","Motocross Gloves","gloves,iat,moto,cross,race","we are producing Top Quality Motocrss Gloves and accessories... click for More detail and sample designes");
c++; item[c]=new Array("gl_summer.htm","","Summer Gloves","gloves,iat,summer,race,racing,leather","we are Manufacturing Top Quality Summer Gloves and ... click for More detail and sample designes...");
c++; item[c]=new Array("gl_ski.htm","","Ski Gloves","gloves,iat,ski,skitting,snow,cold","we are Manufacturing High Quality Ski Gloves that protect yourself &&& .more.. click for More detail and sample designes...");
c++; item[c]=new Array("gl_cross.htm","","Cross Country Gloves","gloves,iat,cross,country,cycling,race,cycle","Manufacturing High Quality Cross Country Gloves... Racing,.. .more.. click for More detail and sample designes...");
c++; item[c]=new Array("gl_dressing.htm","","Dressing Gloves","gloves,iat,drssing,fashion,formal,casual,leather","Manufacturing Top Quality Dressing Gloves Leather Fashion Gloves,.. .more.. click for More detail and sample designes...");
c++; item[c]=new Array("gl_sailing.htm","","Sailing Gloves","gloves,iat,sailing,river,sea,boat","Leading Manufactures of High Quality Sailing Gloves..... click for More detail and sample designes...");
c++; item[c]=new Array("gl_riding.htm","","Riding Gloves","gloves,iat,riding,horse,ride,jump","Leading Manufactures of High Quality Riding Gloves..... click for More detail and sample designes...");
c++; item[c]=new Array("gl_golf.htm","","Golf Gloves","gloves,iat,golf,stick,ground","Leading Manufactures of High Quality Golf Gloves..... click for More detail and sample designes...");
c++; item[c]=new Array("gl_boxing.htm","","Boxing Gloves","gloves,iat,boxing,martial,arts,fight","Leading Manufactures of High Quality Boxing Gloves..... click for More detail and sample designes...");
c++; item[c]=new Array("gl_goal.htm","","Goal Keeper's Gloves","gloves,iat,goal,keeper,keeping,soccer,football glove","Currently Manufacturing High Quality soccer Ball Goal keeper Gloves..... click for More detail and sample designes...");
c++; item[c]=new Array("soc_balls.htm","","All Kinds of Soccer Balls","soccer,iat,foot,balls,ball,footballs,football,volley,match,practice,rugby,american,hand,sala,beach,indoor,pride,mini,basket","Manufacturing Soccer Balls of All kinds including Volley balls, beach balls, American rugby Balls...and all other balls..click for more detail and designs.");
c++; item[c]=new Array("gar_leather.htm","","Leather Garments of All Sorts","garments,iat,garment,leather,jacket,trouser,motor,racing,fashion,wear,winter,cloths,cloth","Top quality Leather Garments of All kinds including Motorbike jackets, racing jacket, fashion jacket, Trousers, pants, Ladies and Men Collection... Click for Detail...");
c++; item[c]=new Array("gar_cordura.htm","","Cordura Garments of All Sorts","garments,iat,garment,cordura,textil,jacket,trouser,motor,racing,fashion,wear,winter,cloths,cloth","Top quality Cordura Garments of All kinds including Motorbike jackets, racing jacket, fashion jacket, Trousers, pants, Ladies and Men Collection... Click for Detail...");
c++; item[c]=new Array("gar_protections.htm","","Racing Protections","protection,iat,garment,textil,jacket,trouser,motor,racing","Producers of Quality Protective Racing Protections of All kinds including Motorbike jackets, racing jacket,Trousers, pants, Ladies and Men Collection... Click for Detail...");

page="<html><head><title>Search Results for IAT SPORTS</title></head><body bgcolor=#89A3B4><center><table border=0 cellspacing=10 width=80%>";

function avbg(){
var ab
if (event.keyCode==13 ||event.keyCode==10) 

{
cs1=document.iatfrm.srchval.value
document.iatfrm.srchval.value=cs1.toLowerCase()

}
}

function change_case(){

cs1=document.iatfrm.srchval.value
document.iatfrm.srchval.value=cs1.toLowerCase()

}
function search(frm) {
	vali=document.iatfrm.srchval.value.length
	val1=document.iatfrm.srchval.value.toLowerCase()

	if (val1.length<3){
		alert("Please enter at least 3 characters to search");
		document.iatfrm.srchval.focus();
		return false;

	}	

win = window.open("","","scrollbars,location,status,toolbar,resizeable");
win.document.write(page);
txt = frm.srchval.value.split(" ");
fnd = new Array(); total=0;
for (i = 0; i < item.length; i++) {
fnd[i] = 0; order = new Array(0, 4, 2, 3);
for (j = 0; j < order.length; j++)
for (k = 0; k < txt.length; k++)
if (item[i][order[j]].toLowerCase().indexOf(txt[k]) > -1 && txt[k] != "")
fnd[i] += (j+1);
}
for (i = 0; i < fnd.length; i++) {
n = 0; w = -1;
for (j = 0;j < fnd.length; j++)
if (fnd[j] > n) { n = fnd[j]; w = j; };
if (w > -1) total += show(w, win, n);
fnd[w] = 0;
}

win.document.write("<br><center><font face=verdana size=5><b>'IAT SPORTS' <center></b></font><font size=1 face=arial>Well Known All Over the World for Quality</font>");
win.document.write("<center><font face=verdana size=2><b>Search Results for&nbsp;&nbsp;<font color=white>"+document.iatfrm.srchval.value+"</font><center></b></font>");
win.document.write("<font face=verdana size=1><b>Total<font color=white>"+total+"</font>&nbsp;Results Found</b></font><br>");
win.document.write("</table><font face=verdana size=1><b>Total found: "+total+"</b></font><br>");
win.document.write("<script language=javascript src=rightmouse.js></script>");
win.document.write("<font face=verdana size=1><b>Developed By:</b> <a href='mailto:webmediamaster@yahoo.com?subject=E-mail From Search results of IAT'>Media Creations</a></font>");
win.document.write("<br><br> <b> <a href='#' onclick='window.close()'><font face=arial size=2 color=yellow>Close Window</a></font><br></b></body></html>");

win.document.close();
}
function show(which,wind,num) {
link = item[which][1] + item[which][0]; 
line = "<tr><td><a href='"+link+"'><font color=white face=verdana size=2><b>"+item[which][2]+"</b></font></a><font color=#89A3B4> Score: "+num+"</font><br>";
line += "<font face=courier size=1>"+item[which][4] + "</font><br><font color=#89A3B4>"+link+"</font></td></tr>";
wind.document.write(line);
return 1;
}
//  End -->
