function quicklinks()
{
	document.write("<select name='help' class='select_hm' onchange='document.location=this.value'>")
	document.write("<option>Select</option>")
	document.write("<option value='index_faqs.htm#1'>Who can avail of KMPL car loans?</option>")
	document.write("<option value='index_faqs.htm#2'>Which cars can be financed?</option>")
	document.write("<option value='index_faqs.htm#3'>How much finance can I avail of?</option>")
	document.write("<option value='index_faqs.htm#4'>What are the tenure options?</option>")
	document.write("<option value='index_faqs.htm#5'>So how do I get a KMPL Car Loan?</option>")
	document.write("</select>")
}