function WriteFooterBar(paraLevel) {
	var ImageLevel, LinkLevel;
	switch (paraLevel) {
		case "0" :
			ImageLevel="images/";
			LinkLevel = "";
			break;
		case "1" :
			ImageLevel="../images/";
			LinkLevel = "../";
			break;
		case "2" :
			ImageLevel="../../images/";
			LinkLevel = "../../";
			break;
		case "3" :
			ImageLevel="../../../images/";
			LinkLevel = "../../../";
			break;
		default :
			ImageLevel="images/";
			LinkLevel = "";
	}

	document.write ("<div id=\"line-01\"></div><div id=\"footer\"><div id=\"crawler_singersl_brands\"><!-- CRAWLER SINGERSL BRANDS --><iframe marginheight=\"0\" marginwidth=\"0\" background=\"#000000\" width=\"100%\" height=\"115\" scrolling=\"no\" frameborder=\"0\" align=\"middle\" src=\"" + LinkLevel + "iframes/crawler_singersl_brands.html\"></iframe><!-- //CRAWLER SINGERSL BRANDS --></div><div id=\"hotline\"><!-- IPG LOGO --><table border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"3\"><tr><td valign=\"middle\"><img src=\"" + ImageLevel + "common/hello_singer.png\" alt=\"SINGER Hot Line...\" title=\"SINGER Hot Line...\" width=\"25\" height=\"25\" hspace=\"5\" border=\"0\" /></td><td valign=\"middle\" class=\"FntColrSINGER\">:: Hot Line - (+94) (011) 5 400 400</td><td valign=\"middle\"><img src=\"" + ImageLevel + "common/pix_trans.gif\" alt=\"\" width=\"20\" height=\"20\"/></td><td valign=\"middle\">|</td><td valign=\"middle\"><img src=\"" + ImageLevel + "common/pix_trans.gif\" alt=\"\" width=\"20\" height=\"20\"/></td><td valign=\"middle\"><b>Payment Secured By</b>&nbsp;&nbsp;</td><td><img src=\"" + ImageLevel + "common/card_visa.png\" alt=\"VISA Cards Accepted...\" title=\"VISA Cards Accepted...\" width=\"50\" height=\"31\" /></td><td><img src=\"" + ImageLevel + "common/card_master.png\" alt=\"Master Cards Accepted...\" title=\"Master Cards Accepted...\" width=\"50\" height=\"31\" /></td><td><img src=\"" + ImageLevel + "common/card_american_express.png\" alt=\"American Express Cards Accepted...\" title=\"American Express Cards Accepted...\" width=\"50\" height=\"31\" /></td><td><img src=\"" + ImageLevel + "common/card_sampath_e-wallet.png\" alt=\"Sampath E-Wallet Cards Accepted...\" title=\"Sampath E-Wallet Cards Accepted...\" width=\"50\" height=\"31\" /></td><td><img src=\"" + ImageLevel + "common/secure.gif\" alt=\"Secure On-Line Payment Through Sampath Bank Internet Payment Gateway...\" title=\"Secure On-Line Payment Through Sampath Bank Internet Payment Gateway...\" width=\"16\" height=\"16\" /></td><td><a href=\"http://whos.amung.us/show/6xr1ynuh\"><img src=\"http://whos.amung.us/widget/6xr1ynuh.png\" alt=\"On-Line Counter\" title=\"On-Line Counter\" width=\"81\" height=\"29\" border=\"0\" hspace=\"10\" /></a></td><td><img src=\"" + ImageLevel + "common/pix_trans.gif\" alt=\"\" width=\"20\" height=\"20\"/></td><td valign=\"middle\">|</td><td valign=\"middle\"><img src=\"" + ImageLevel + "common/pix_trans.gif\" alt=\"\" width=\"20\" height=\"20\"/></td><td><!-- AddThis Button BEGIN --><a class=\"addthis_button\" href=\"http://www.addthis.com/bookmark.php?v=250&amp;pub=singersl\"><img src=\"http://s7.addthis.com/static/btn/v2/lg-share-en.gif\" width=\"125\" height=\"16\" alt=\"Bookmark And Share\" title=\"Bookmark And Share\" style=\"border:0\"/></a><script type=\"text/javascript\" src=\"http://s7.addthis.com/js/250/addthis_widget.js#pub=singersl\"></script><!-- AddThis Button END --></td></tr></table><!-- //IPG LOGO --></div><div id=\"altnav\"> <a href=\"http://www.singer.com\">SINGER Global</a> | <a href=\"" + LinkLevel + "order_info.html\">Order Info</a> | <a href=\"" + LinkLevel + "legal.html\">Legal</a> | <a href=\"" + LinkLevel + "browser_compatibility.html\">Browser Compatibility</a> | <a href=\"javascript:void(0);\" onclick=\"javascript:Feedback('" + paraLevel + "');\">Your Feedback</a> | <a href=\"" + LinkLevel + "site_map.html\">Site Map</a></div><div id=\"copyright\">© 2010 Singer (Sri Lanka) PLC. All Rights Reserved.</div>");
}

//========================= RESIZE RIGHT SECTION ================================
function resizeIframe() {
	var height;
	if (document.getElementById("content")) {
		//alert("content: " + document.getElementById("content").offsetHeight);
		height = document.getElementById("content").offsetHeight;
		//height -= document.getElementById("content").offsetTop;
		if (height>600) {
			document.getElementById("frmAdvertisements").style.height = height+162+"px";
		}
	}
	if (document.getElementById("content_products_main")) {
		//alert("content_products_main: " + document.getElementById("content_products_main").offsetHeight);
		//alert("content_products_main: " + document.getElementById("content_products_main").offsetTop);
		height = document.getElementById("content_products_main").offsetHeight;
		if (height>600) {
			document.getElementById("frmAdvertisements").style.height = height+162+"px";
		}
		else {
			//document.getElementById("content_products_main").style.height = document.getElementById("bar-right").offsetHeight;
		}
	}
	setTimeout("resizeIframe()",3000);
};
document.getElementById("frmAdvertisements").onload = resizeIframe();
//window.onresize = resizeIframe();
//========================= RESIZE RIGHT SECTION ================================

//window.onload=function() {
	Nifty("div#bar-right","bottom big");
	Nifty("div#XXX","big");
	Nifty("div#YYY","normal");
//}

//===== © 2009 Singer (Sri Lanka) PLC. All Rights Reserved.