ab_platform_win = (navigator.platform.indexOf("Win")) != -1 ? 1 : 0;
ab_browser_ie = (navigator.userAgent.indexOf("MSIE")) != -1 ? 1 : 0;

if (ab_platform_win && !ab_browser_ie) { // windows netscape
	search_bottom = "<img src=\"../../images/interiorTemplate/search_bottom.gif\" width=132 height=5 border=\"0\">";
	blueLineSpacer = "<img align=left src=\"../../images/interiorTemplate/spacer.gif\" width=1 height=19>";
} else if (ab_platform_win && ab_browser_ie) { // windows IE
	search_bottom = "<img src=\"../../images/interiorTemplate/search_bottom.gif\" width=132 height=4 border=\"0\">";
	blueLineSpacer = "<img align=left src=\"../../images/interiorTemplate/spacer.gif\" width=1 height=1>";
} else if (!ab_platform_win && !ab_browser_ie) {
	search_bottom = "<img src=\"../../images/interiorTemplate/search_bottom.gif\" width=132 height=7 border=\"0\">";
	blueLineSpacer = "<img align=left src=\"../../images/interiorTemplate/spacer.gif\" width=1 height=19>";
} else if (!ab_platform_win && ab_browser_ie) {
	search_bottom = "<img src=\"../../images/interiorTemplate/search_bottom.gif\" width=132 height=8 border=\"0\">";
	blueLineSpacer = "<img align=left src=\"../../images/interiorTemplate/spacer.gif\" width=1 height=19>";
}
