
var item = new Array();

c=0; item[c]=new Array("index.html","","SemIndia Homepage","About semindia, about semindia, About Semindia, about semindia, SemIndia, semindia, chip, semiconductor, Semiconductor ","Welcome to SemIndia - Semiconductors, Made in India - Empowering India. The ‘Chip’ way - SemIndia is today recognized as a pioneer in the semiconductor industry in India. It defined a vision for the industry and followed it up by enrolling key constituencies to that vision. ");
c++; item[c]=new Array("Business_Model.html","","SemIndia Business Model","model, Business model,semindia business model, business model, consumption growth","<strong>SemIndia</strong> is today positioned to exploit the exponential growth in the Indian electronics consumption and resulting increase in semiconductor demand by using an innovative business model. SemIndia&rsquo;s business model revolves around three key drivers: Consumption Growth, Import Substitution & Market Development");
c++; item[c]=new Array("Business_Strategy.html","","SemIndia Business Strategy","Business Strategy, business strategy, ATMP, Systems manufacturing, wafer fabrication, fab, atmp, FAB, ATMP Operations ","SemIndia will aim to create an end-to-end semiconductor company in a phased and well-planned manner. The company will initially establish its wafer fabrication and ATMP operations, which it will build organically. It will also seek to build a portfolio of Fabless assets inorganically, which will enable it to sell &ldquo;SemIndia&rdquo; branded chips in the market.");
c++; item[c]=new Array("company_mission.html","","SemIndia Mission Statement","mission, Mission, mission statement, Mission Statement, SemIndia mission, semindia mission, Semindia mission, Semindia Mission","Developing a consortium with investments from strategic partners, including Government of India and the government of AP to manufacture advanced semiconductor chips for personal computers, cell phones, set top boxes and broadband connectivity.");
c++; item[c]=new Array("company_vision.html","","SemIndia Vision","vision, Vision, Semindia vision, Semindia Vision, semindia vision, semindia Vision","Make SemIndia a catalyst in the growth of the Indian Semiconductor Manufacturing.");
c++; item[c]=new Array("contactus.html","","SemIndia Contacts", "address, contacts, semindia US, semindia bangalore, semindia hyderabad, semindia new delhi, SemIndia Fab, semindia fab, Semindia fab, US address, bangalore, hyderabad, delhi, new delhi, USA, united states of america, United States of America","United States of America - SemIndia Inc., 2350,Mission Collage Blvd, Suite 950,Santa Clara, CA - 95054 Phone:  408-654-9494, Fax: 408-654-9480. India (New Delhi) - SemIndia, C-139, Defence Colony, New Delhi-110024 Phone: +91 11 51554198 TeleFax: +91 11 51554199. India (Hyderabad) - Semindia Fab Pvt Ltd, II Floor, No.1-10-72, Sardar Patel Road, Begumpet, Hyderabad, Phone: +91 40 40400433 Fax: +91 40 40400434. India (Bangalore) - Semindia Systems Pvt Ltd, #1106/9, A.M. Industrial Estate, garvebhavipalya, 7th Mile, Hosur Road, Bangalore - 560 068. Phone: +91 80 41114675 Fax: +91 80 41114676.");
c++; item[c]=new Array("corporate_profile.html","","SemIndia Profile","SemIndia, semindia, semindia profile, Semindia profile, profile, Profile, Corporate profile, corporate profile, corporate Profile, Corporate Profile"," SemIndia is a company promoted by semiconductor industry veterans with the mission of: 1. Making India a global hub of activity for semiconductor manufacturing, 2. Realizing the semiconductor and electronics potential in India, 3. Meeting both domestic and global demand for semiconductor chips. ");
c++; item[c]=new Array("environment.html","","Environmental Health and Safety","Environment, environment, health policy, Health policy, safety policy, Safety policy, Environmental health and safety, Semindia Environment"," SemIndia is committed to maintain a standard in product designing, manufacturing and distributing and the processes that optimize resource utilization and minimize environmental consequence. SemIndia shall maintain a constructive management system that continuously strives to improve its environmental function.");
c++; item[c]=new Array("environment_EnviPerformances.html","","Environment Performance","Environment, environment, Performance, performance, Environment performance, environment performance"," The FAB and ATMP facilities will be equipped with wastewater treatment and exhaust systems that ensure abidance to environmental, health and safety regulations at the workplace. We ensure abidance with stringent National/local environmental protection regulations on industrial effluents and air emissions through ");
c++; item[c]=new Array("investor_relations.html","","Investors Relations","Investors, investors, Investors relations, investors relations, annual reports, announcement, shares, stock, stock information, shareholders"," Investors relations ");
c++; item[c]=new Array("jobs_at_semindia.html","","Career Openings in SemIndia","Careers, careers, job, jobs, Job, Jobs, Career, career"," SemIndia is in the process of building a world-class team and are looking forward for highly skilled and dedicated professionals to build in an impressive future. If you have the relevant operational, management, technology or financial experience in the semiconductor field send us your resume at: jobs@semindia.in ");




	page="<html><head><title>SemIndia Search Results</title><script language='javascript'>function getURL(location){window.opener.location.href=location;}</script></head><body bgcolor='#FFFFFF'><center><table border=0 cellspacing=2 cellpadding=5 width=100%><tr><td colspan=2 height=50  valign=middle align=center><font face=arial size=4 color=#339900><strong>SemIndia Inc.</strong></font></td ></tr><tr><td colspan=2 height=20 align=left valign=middle bgcolor=#139648><font face=arial size=2 color=#ffffff><strong>Search Results</strong></font></td></tr>";

function search() 
{
	win = window.open("","","scrollbars=yes,resizable=yes,location=no,directories=no,toolbar=no,status=no,menubar=no,width=700,height=600,left=30,top=40");
	win.document.write(page);
	str = new String(document.frmsearch.txtsearch.value)
	str1 = new String(str.toLowerCase())
	txt = str1.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 += showresult(w, win, n);
			fnd[w] = 0;
	}
	win.document.write("</center></table><hr><br><div><font face=arial size=2 color=#3E3E3E><strong>Total found: "+total+"</strong></font></div><br></body></html>");
	win.document.close();
}

function showresult(which,wind,num) 
{
	link = item[which][1] + item[which][0]; 
	line = "<tr><td><font face=arial size=2 color=#333333><a href=Javascript:getURL('"+link+"') title='"+item[which][2]+"'><font face=arial size=2 color=#002674><strong>"+item[which][2]+"</strong></font></a><br>"+ item[which][4] + "</font></td></tr>";
	wind.document.write(line);
	return 1;
}