var qValue   = new Array("http://www.3iprogram.com",
						"http://www.3iprogram.com/abterpai.html",
						"http://www.3iprogram.com/abterpai.html",
						"http://www.3iprogram.com/abterpaipl.html",
						"http://www.3iprogram.com/abt3i.html",
						"http://www.3iprogram.com/forstudents.html",
						"http://www.3iprogram.com/forfaculty.html",
						"http://inside.erpanalysts.com:8888/3iprogram/jsp/campus_reg.jsp",
						"http://inside.erpanalysts.com:8888/3iprogram/jsp/feedback.jsp",
						"http://inside.erpanalysts.com:8888/3iprogram/jsp/contact_us.jsp",
						"http://www.3iprogram.com/sitemap.html",
						"http://www.3iprogram.com/events.html",
						"http://www.3iprogram.com/news.html",
						"http://www.3iprogram.com/events.html",
						"http://www.3iprogram.com/press.html",
						"http://www.3iprogram.com/whitep.html",
						"http://www.3iprogram.com/mou.html",
						"http://www.3iprogram.com/awards.html",
						"http://www.3iprogram.com/admin.html",
						"http://www.3iprogram.com/advbrd.html",
						"http://www.3iprogram.com/admin.html",
						"http://www.3iprogram.com/taskforce.html",
						"http://www.3iprogram.com/tech.html",
						"http://www.3iprogram.com/software.html",
						"http://www.3iprogram.com/content.html",
						"http://www.3iprogram.com/knowledge.html",
						"http://www.3iprogram.com/downloads.html",
						"http://www.3iprogram.com/contactus.html",
						"http://inside.erpanalysts.com:8888/3iprogram/jsp/studentlogin.jsp",
						"http://inside.erpanalysts.com:8888/3iprogram/jsp/tutorlogin.jsp",
						"http://inside.erpanalysts.com:8888/3iprogram/jsp/studentlogin.jsp",
						"http://www.3iprogram.com/mail.html");
var qText  = new Array("Home",
			"About US",
			"  -About ERPAI",
			"  -About ERPAIPL",
			"  -About 3-I Program",
			"    -For students",
			"    -For Faculty",
			"    -Campus Registration",
			"    -FeedBack Form",
			"    -Contact Us",
			"Sitemap",
			"News&Events",
			"  -News Letter",
			"  -Events",
			"  -Press Releases",
			"  -White Papers",
			"  -MOU",
			"  -Awards",
			"Body",
			"  -Advisory Board",
			"  -Administration",
			"  -Task Force",
			"  -Technical Architects",
			"  -Software Development",
			"  -Content Management",
			"Knowledge Management",
			"Downloads",
			"Contact us",
			"Login",
			"  -Tutor Login",
			"  -Student Login",
			"  -Webmail");

 function fillSelect(form)
{

var aCount = 0;
 var qSelect = document.form1.fieldname;

 for(aCount = 0;aCount < qText.length;aCount++)
   {
        
	 qSelect.options[qSelect.options.length] = new Option(qText[aCount],qValue[aCount],false,false);
	
  }
  
   

}


