// *** begin window.js ***
function macosx_win_start(s_title)
{
	document.writeln('<!--*** BEGIN Mac OS X window ***-->');
	document.writeln('<TABLE border="0" cellpadding="0" cellspacing="0" align="center">');
	document.writeln('<TR>');
	document.writeln('\t<TD width="16" height="1"><IMG src="/img/tran.gif" width="16" height="1" border="0" alt=""></TD>');
	document.writeln('\t<TD width="80" height="1"><IMG src="/img/tran.gif" width="80" height="1" border="0" alt=""></TD>');
	document.writeln('\t<TD width="548" height="1"><IMG src="/img/tran.gif" width="548" height="1" border="0" alt=""></TD><!x-- org:383 --x>');
	document.writeln('\t<TD width="80" height="1"><IMG src="/img/tran.gif" width="80" height="1" border="0" alt=""></TD>');
	document.writeln('\t<TD width="16" height="1"><IMG src="/img/tran.gif" width="16" height="1" border="0" alt=""></TD>');
	document.writeln('</TR>');
	document.writeln('<TR>');
	document.writeln('\t<TD colspan="2"><IMG lowsrc="/new_look/jpg/win_title_L_mouseover.jpg" src="/new_look/jpg/win_title_L.jpg" width="96" height="24" onmouseover="this.src=\'/new_look/jpg/win_title_L_mouseover.jpg\';" onmouseout="this.src=\'/new_look/jpg/win_title_L.jpg\';" onclick="alert(\'·í¯u¡H¡I\');"></TD>');
	document.writeln('\t<TD background="/new_look/jpg/win_title_blank.jpg" align="center" class="WIN_TITLE">' + s_title + '</TD>');
	document.writeln('\t<TD colspan="2"><IMG src="/new_look/jpg/win_title_R.jpg" width="96" height="24"></TD>');
	document.writeln('</TR>');
	document.writeln('<TR>');
	document.writeln('\t<TD background="/new_look/jpg/win_shadow_L.jpg"><BR></TD>');
	document.writeln('\t<TD colspan="3" background="/new_look/jpg/win_body_bg.jpg">');
	document.writeln('\t<TABLE border="0" cellpadding="10" cellspacing="0" width="100%">');
	document.writeln('\t<TR>');
	document.writeln('\t\t<TD>');
}

function macosx_win_end()
{
	document.writeln('\t\t</TD>');
	document.writeln('\t</TR>');
	document.writeln('\t</TABLE>');
	document.writeln('\t</TD>');
	document.writeln('\t<TD background="/new_look/jpg/win_shadow_R.jpg"><BR></TD>');
	document.writeln('</TR>');
	document.writeln('<TR>');
	document.writeln('\t<TD colspan="2"><IMG src="/new_look/jpg/win_bottom_L.jpg" width="96" height="23"></TD>');
	document.writeln('\t<TD background="/new_look/jpg/win_bottom_C.jpg"><BR></TD>');
	document.writeln('\t<TD colspan="2"><IMG src="/new_look/jpg/win_bottom_R.jpg" width="96" height="23"></TD>');
	document.writeln('</TR>');
	document.writeln('</TABLE>');
}
// *** end window.js ***
