function footer(path){

if(path == null){
		path="./";
	}
	
	document.write('<table width="100%" align="center" border="0"><tr><td valign="top" align="center"><font face="Verdana,comic sans MS" color=#000000 size=2 font-weight:normal;color:#001932;margin height:0;margin width:0;text-decoration:none><b>Recognized by Ministry of Tourism, Government of India</B></font></font><BR><BR><IMG SRC="'+path+'images/iato1.gif" WIDTH="50" HEIGHT="55" BORDER="0" ALT="Indian Association of Tour Operators (IATO)">&nbsp;&nbsp;&nbsp;<IMG SRC="'+path+'images/pata.gif" WIDTH="40" HEIGHT="45" BORDER="0" ALT="Pacific Asia Travel Association (PATA)">&nbsp;&nbsp;&nbsp;<img src="'+path+'images/asta-logo.gif" alt="American Society of Travel Agents" border="0"><BR> </td></tr></table>');
	
}