function containerHeader(title,twidth){
	if(typeof(twidth) == 'undefined'){twidth = 1;}
		document.write('<table border="0" cellspacing="0" cellpadding="0" width="100%" class="box' + twidth + '">');
		if(typeof(title) != 'undefined'){document.write('<tr><td width="7"><img src="/images/boxes/tlt.gif" width="7" height="21"></td><td width="100%" nowrap class="ctt"><b>'+title+'</b></td><td nowrap><img src="/images/boxes/trt.gif" width="7" height="21"></td></tr><tr><td class="cl"></td><td><img src="/images/spacer.gif" width="1" height="5"></td><td class="cc"><img src="/images/spacer.gif" width="3" height="1" hspace="0"></td></tr><tr><td class="cl"><img src="/images/spacer.gif" width="3" height="1" hspace="0"></td><td width="100%">');}
		else{document.write('<tr><td align="left"><img src="/images/boxes/tl.gif" vspace="0" alt="" hspace="0" width="7" height="7"></td><td class="ct" valign="top" width="100%"><img src="/images/spacer.gif" width="1" height="1" alt=""></td><td align="right"><img src="/images/boxes/tr.gif" width="7" height="7"></td></tr><tr><td class="cl"><img src="/images/spacer.gif" width="3" height="1" hspace="0"></td><td width="100%">');}
	}
	function containerFooter(){
		document.write('</td><td class="cr"><img src="/images/spacer.gif" width="3" height="1" alt="" hspace="0"></td></tr><tr><td align="left"><img src="/images/boxes/dl.gif" vspace="0" alt="" hspace="0" width="7" height="7"></td><td class="cb" valign="top" width="100%"><img src="/images/spacer.gif" width="1" height="1" alt=""></td><td align="right"><img src="/images/boxes/dr.gif" width="7" height="7"></td></tr></table>');
	}
	
function makeButton(text,url,target){
	if(typeof(target) == 'undefined'){target = '';}
	document.write('<table cellspacing="0" cellpadding="0"><tr><td class="buttonl"></td><td class="buttonm"><a href="' + url + '" class="button"' + target + '>' + text + '</a></td><td class="buttonr"></td></tr></table>');}