﻿
function showBottomBar() {
		if (navigator.appName == 'Microsoft Internet Explorer') {
			document.write("<div class='bottomIeFix'></div>");
		} else {
			document.write("<img src='/images/border/bottom.png' width='784' height='12' alt='' />");
		}
	}

	function showTopBar() {
		if (navigator.appName == 'Microsoft Internet Explorer') {
			document.write("<div class='topIeFix'></div>");
		} else {
			document.write("<img src='/images/border/top.png' width='784' height='2' alt='' />");
		}
	}
	
	function showRightBar() {
		if (navigator.appName == 'Microsoft Internet Explorer') {
			document.write("<td class='rightIeBorder'><img src='/images/trans.gif' width='3' height='1' /></td>");
		} else {
			document.write("<td class='rightBorder'><img src='/images/trans.gif' width='3' height='1' /></td>");
		}
	}
	
	function showLeftBar() {
		if (navigator.appName == 'Microsoft Internet Explorer') {
			document.write("<td class='leftIeBorder'><img src='/images/trans.gif' width='3' height='1' /></td>");
		} else {
			document.write("<td class='leftBorder'><img src='/images/trans.gif' width='3' height='1' /></td>");
		}
	}
