function fLogin() {
	window.location = "https://www.reservation-system.net/pelicandefault.asp";
}

function writePelicanFooter(p_strParam) {
	var v_arrParam = p_strParam.split("!@#")
	
	var v_strParentPath = v_arrParam[0];
	
	document.write
	(
		"<tr>" +
			"<td valign=\"top\" background=\"" + v_strParentPath + "images/Index/spacer03.gif\">" +
				"<p align=\"center\" class=\"style42\">" +
					"<a href=\"" + v_strParentPath + "index.html\" title=\"Pelican Reservation System\" class=\"style21\">HOME</a> <span class=\"style21\">|</span> " +
					"<a href=\"" + v_strParentPath + "news/news.html\" title=\"Pelican Reservation System Newsletter\" class=\"style21\">NEWS</a> <span class=\"style21\">|</span> " +
					"<a href=\"" + v_strParentPath + "ourpartner.html\" title=\"Pelican Reservation System Partners\" class=\"style21\" > OUR PARTNER</a> <span class=\"style21\">|</span> " +
					"<a href=\"" + v_strParentPath + "testimonial.html\" title=\"Pelican Reservation System Client's Testimonials\" class=\"style21\">CLIENT TESTIMONIAL</a> <span class=\"style21\">|</span> " +
					"<a href=\"" + v_strParentPath + "products.html\" title=\"Pelican Reservation System Products\" class=\"style21\">PRODUCT FOR HOTEL</a> <span class=\"style21\">|</span> " +
					"<a href=\"http://www.travelagentsystem.com\" title=\"Pelican Reservation System Products\" class=\"style21\">PRODUCT FOR TRAVEL AGENT</a> <span class=\"style21\">|</span> " +
					"<a href=\"" + v_strParentPath + "benefits-solution.html\" title=\"Pelican Hotel Reservation System Benefits\" class=\"style21\">BENEFITS</a> <span class=\"style21\">|</span>	" +
					"<a href=\"http://www.pelicansystem.com/onlinedemo/logindemo.asp\" title=\"Pelican Reservation System Demo and Presentation\" class=\"style21\">DEMO &amp; PRESENTATION</a> <span class=\"style21\">|</span><br>" +
					"<a href=\"http://www.pelicansystem.com/demo/firstpage.htm\" title=\"Pelican Reservation System Demo and Presentation\" class=\"style21\">SAMPLE HOTEL</a> <span class=\"style21\">|</span>  " +
					"<a href=\"" + v_strParentPath + "faq.html\" title=\"Pelican Reservation System FAQ\" class=\"style21\">FAQ</a> <span class=\"style21\">|</span> " +
					"<a href=\"" + v_strParentPath + "distpartner.html\" title=\"Pelican Reservation System Distribution Channels\" class=\"style21\">DISTRIBUTION CHANNELS</a> <span class=\"style21\">|</span> " +
					"<a href=\"http://www.pelicansystem.com/contactus.asp\" title=\"Hotel Reservation System Inquiry\" class=\"style21\">CONTACT US</a> <span class=\"style21\">|</span> " +
					"<a href=\"" + v_strParentPath + "about.html\" title=\"Pelican Reservation System Company Profile\" class=\"style21\">ABOUT US</a> <span class=\"style21\">|</span> " +
					"<a href=\"https://www.reservation-system.net/pelicandefault.asp\" title=\"Pelican Reservation System Demo and Presentation\" class=\"style21\">HOTEL LOGIN</a> <span class=\"style21\">|</span>  " +
					"<a href=\"" + v_strParentPath + "sitemap.html\" title=\"Pelican System Sitemap\" class=\"style21\">SITE MAP</a>" +
				"</p>" +
				"<p align=\"center\">" +
				"<span class=\"style21\">*PELICAN is a trademark of Hotelexchange.com Pte. Ltd., Reg. US Pat. & Tm.Off. <br>" +
					"<span class=\"style21\">Best view with : IE 5.0 or higher - 1024 x 768 pixels<br>" +
					"<strong>Copyright &copy; 2005 HotelExchange Pte Ltd</strong>. All rights reserved</span>" +
				"</p>" +
				"<p>&nbsp;</p>" +
			"</td>" +
		"</tr>"
	)
}
