

<!--
// browser/platform check
// treats 5.0 and higher browsers the same, revise as needed. 
var ismac = false
var browserplatform = navigator.userAgent;
var v, ns, ns4, ns5, ie, ie4, ie5
var b = navigator.appName
if (b=="Netscape") b = "ns"
else if (b=="Microsoft Internet Explorer") b = "ie"
else b = b
v = parseInt(navigator.appVersion)
ns = (b=="ns" && v>=4)
ns4 = (b=="ns" && v==4)
ns5 = (b=="ns" && v==5)
ie = (b=="ie" && v>=4)
ie4 = (navigator.userAgent.indexOf('MSIE 4')>0)
ie5 = (navigator.userAgent.indexOf('MSIE 5')>0)
if (ie5) v = 5
var min = (ns||ie)

if (browserplatform.indexOf("Mac")>=0){ismac = true}


// Mac
if(ismac){
if(b=="ns" && v > 3){
document.write('<STYLE TYPE="text/css"><!-- ')
document.write('body {background-color: #ffffff; font: 12px arial,helvetica,sans-serif;color: #333333;}')
document.write('td {font: 12px arial,helvetica,sans-serif;color: #333333;}')
document.write('p {font: 12px arial,helvetica,sans-serif;color: #333333;line-height: 15px}')

document.write('#contentLayer {position:absolute; z-index:1; left: 0px; top: 319px}')
document.write('#flavors {position:absolute; z-index:3; left: 13px; top: 231px}')
document.write('.ahem {display:	none;}')
document.write('--></STYLE>')
} else if (ie4) {
document.write('<STYLE TYPE="text/css"><!-- ')
document.write('body {background-color: #ffffff; font: 12px arial,helvetica,sans-serif;color: #333333;}')
document.write('td {font: 12px arial,helvetica,sans-serif;color: #333333;}')
document.write('p {line-height: 15px}')

document.write('#contentLayer {position:absolute; z-index:1; left: 0px; top: 319px}')
document.write('#flavors {position:absolute; z-index:3; left: 13px; top: 231px}')
document.write('.ahem {display:	none;}')
document.write('--></STYLE>')
} else if (ie) {
document.write('<STYLE TYPE="text/css"><!-- ')
document.write('body {background-color: #ffffff; font: 12px arial,helvetica,sans-serif;color: #333333;}')
document.write('td {font: 12px arial,helvetica,sans-serif;color: #333333;}')
document.write('p {line-height: 15px}')
document.write('img {border: 0}')
document.write('#contentLayer {position:absolute; z-index:1; left: 0px; top: 339px}')
document.write('#flavors {position:absolute; z-index:3; left: 13px; top: 231px}')
document.write('.ahem {display:	none;}')
document.write('--></STYLE>')		
}
// Windows, UNIX, etc.
} else {
	 if (ie) {
	document.write('<STYLE TYPE="text/css"><!-- ')
document.write('body {background-color: #ffffff; font: 12px arial,helvetica,sans-serif;color: #333333;}')
document.write('td {font: 12px arial,helvetica,sans-serif;color: #333333;}')
document.write('p {line-height: 15px}')
document.write('img {border: 0}')
document.write('#contentLayer {position:absolute; z-index:1; left: 0px; top: 339px}')
document.write('#flavors {position:absolute; z-index:3; left: 13px; top: 231px}')
document.write('.ahem {display:	none;}')
	document.write('--></STYLE>')
	} else {
	document.write('<STYLE TYPE="text/css"><!-- ')
document.write('body {background-color: #ffffff; font: 12px arial,helvetica,sans-serif;color: #333333;}')
document.write('td {font: 12px arial,helvetica,sans-serif;color: #333333;}')
document.write('p {font: 12px arial,helvetica,sans-serif;color: #333333;line-height: 15px}')
document.write('img {border: 0}')
document.write('#contentLayer {position:absolute; z-index:1; left: 0px; top: 339px}')
document.write('#flavors {position:absolute; z-index:3; left: 12px; top: 225px}')
document.write('.ahem {display:	none;}')
	document.write('--></STYLE>')		
	}

}
// page link colors	
	document.write('<STYLE TYPE="text/css"><!-- a:link {color: #3399cc;text-decoration: none;} --></STYLE>')	
	document.write('<STYLE TYPE="text/css"><!-- a:active {color: #3399cc;text-decoration: none;} --></STYLE>')
	document.write('<STYLE TYPE="text/css"><!-- a:visited {color: #3399cc;text-decoration: none;} --></STYLE>')
	document.write('<STYLE TYPE="text/css"><!-- a:hover { color: #3399cc;text-decoration: underline;} --></STYLE>')
//-->

