function initTheIframe(){
	parent.theTD.height = document.body.scrollHeight
}
function openwin(url){
window.open(url,"","width=601,height=565,scrollbars=1");
}
function showmenu(){
	var content='<a href=contact.htm target=mainFrame class=bartxt2>Contact us</a> | <a href=sitemap.htm target=mainFrame class=bartxt2>Sitemap</a>';
	document.write(content);
}