function drawTab()
{
document.write("<table cellpadding=0 cellspacing=0 border=0 width='733'>");
document.write("	<tr>");
document.write("		<td width=455 align=left valign=top rowspan=3><img src='../images/mcd_logo.gif'></td>");
document.write("		<td width=18 height=62><img src='../images/trans.gif' width=18 height=62></td>");
document.write("		<td width=259 height=62><img src='../images/trans.gif' width=259 height=62></td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td colspan=2 align=left width=278><img src='../images/tab_head.gif'></td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td align=right valign=top width=19><img src='../images/tab_head_left.gif'></td>");
document.write("		<td valign=top bgcolor='#000000' width=259 align=right>");
document.write("		<!-- Three tab on right top frame -->");
document.write("		<table cellpadding=0 cellspacing=0 border=0 width='259' >");
document.write("			<tr>");
document.write("				<td width='257' class='tabTxt' valign=top><img src='../images/trans.gif' width=20 height=1><a href='http://www.mcdonalds.com/countries/index.html' target='_blank' onMouseOver=ChangeImageOver('worldwide') onMouseOut=ChangeImageOut('worldwide')><img name='worldwide' src='../images/worldwide_off.gif' border=0 align='absmiddle'></a><img src='../images/tab_bar.gif'><a href='../about/sitemap.htm' onMouseOver=ChangeImageOver('sitemap') onMouseOut=ChangeImageOut('sitemap')><img name='sitemap' src='../images/sitemap_off.gif' border=0 align='absmiddle'></a><img src='../images/tab_bar.gif'><a href='javascript:changever();' onMouseOver=ChangeImageOver('lang') onMouseOut=ChangeImageOut('lang')><img  name='lang' src='../images/eng_off.gif'  align='absmiddle' border=0></a></td>");;
document.write("				<td width=2  bgcolor='#FFCF06'><img src='../images/trans.gif' width=2 height=1></td>");
document.write("			</tr>	");
document.write("		</table>");
document.write("		</td>");
document.write("	</tr>");
document.write("</table>");
}