<!--

	if (document.all)
	{
		// overwrite the styles with ie specific ones
		document.write('<LINK REL="stylesheet" HREF="/ssi/styles_ie.css"><\/LINK>');
	}
	else
	{
		// netscape on Mac
		if (navigator.userAgent.indexOf("Mac") != -1)
		{
			document.write('<LINK REL="stylesheet" HREF="/ssi/styles_mac_netscape.css"><\/LINK>');
		}
    }


	function triggerURL(strURL)
	{

		if (strURL !="Choose")
		self.location.href = strURL;
	}

	function gotoUrl(url)
	{
		if(url.length > 0)
		{
			window.location.href = url;
		}
	}

    //-->
