var g_ROOTPATH = "/chn/";

function setRootPath( p_sPath ){
	g_ROOTPATH = p_sPath;
}


function main_writeheader()
{
	var linkurl = "tp://strasbourg.china-consulate.org/fra/";
document.write('<table border="0" align="center" cellspacing="0" cellpadding="0"  width="770" >'+
  '<tr> '+
    '<td height="56"><img src="'+g_ROOTPATH+'images/top1.jpg" width="770" height="112" border="0" usemap="#Map" /></td>'+
  '</tr>'+
'</table>'+
'<map name="Map" id="Map">'+
'<area shape="rect" coords="708,2,769,21" href="ht'+linkurl+'" />'+
'</map>');
}

function main_writefooter()
{
	document.write('<table width="770" border="0" cellspacing="0" cellpadding="0" align="center" height="4" >'+
  '<tr>'+
    '<td bgcolor="#1766DC"> '+
 
    '</td>'+
  '</tr>'+
'</table>'+
'<table align="center" width="770" border="0" cellspacing="0" cellpadding="0">'+
'<tr><td height="5"></td></tr>'+
'<tr><td align="center" class="foot" height="20">'+
'中华人民共和国驻斯特拉斯堡总领事馆 版权所有 京ICP备06038296号 京公网安备110105002097'+
' </td></tr>'+
  '<tr><td align="center" class="foot" height="20">'+
  '<a href="http://www.consulatchine-strasbourg.org" target="_blank">http://www.consulatchine-strasbourg.org</a>'+
  '</td></tr>'+
'</table>');
}
