if (document.getElementById) {
	document.writeln('<style type="text/css"><!--')
	document.writeln('.links {display:none; padding-left:14px}')
	document.writeln('.link {text-decoration:none; color: #661200; padding-left: 30px; padding-top: 5px; background: url({THEME}/images/menu_lef.gif) top left no-repeat; }')
	document.writeln('a:hover.link {text-decoration: underline; color: #661200; }')
	document.writeln('//--></style>') }
function openClose(theID) {
if (document.getElementById(theID).style.display == "block") {
	document.getElementById(theID).style.display = "none";
	document.getElementById("tick_"+theID).innerHTML = ""; }
else {
	document.getElementById(theID).style.display = "block";
	document.getElementById("tick_"+theID).innerHTML = ""; } }
	// -->
