function creatHead(){
	document.writeln( "<a name=\"top\"></a>" );
	document.write("<table cellspacing=\"0\" cellpadding=\"0\"><tr><td colspan=\"2\" width=\"660\" height=\"30\"><img src=\"/img/head/img-1.jpg\"></td>");
	document.write("<td width=\"140\" rowspan=\"2\" height=\"61\" class=\"head_btn\" valign=\"top\">");
	document.write("<img src=\"/img/head/link-head.jpg\">");
	document.write("<a href=\"/\"><img src=\"/img/head/btn-home.jpg\" alt=\"ホーム\" border=\"0\"></a>");
	document.write("<a href=\"/saitmap/\"><img src=\"/img/head/btn-saitmap.jpg\" alt=\"サイトマップ\" border=\"0\"></a>");
	document.write("<img src=\"/img/head/link-foot.jpg\"></td></tr>");
	document.write("<tr><td width=\"140\" height=\"48\"><a href=\"/\"><img src=\"/img/head/logo.jpg\" alt=\"coctura桜井\" border=\"0\"></a></td>");
	document.write("<td width=\"520\"><img src=\"/img/head/img-2.jpg\"></td></tr>");
	document.write("<tr><td colspan=\"3\" height=\"3\"><img src=\"/img/head/img-4.jpg\"></td></tr>");
	document.write("<tr><td colspan=\"3\" height=\"3\">");
	document.write("<a href=\"/shop/\"><img src=\"/img/head/btn-shop.jpg\" alt=\"お店の紹介\" border=\"0\"></a>");
	document.write("<a href=\"/menu/\"><img src=\"/img/head/btn-menu.jpg\" alt=\"お料理について\" border=\"0\"></a>");
	document.write("<a href=\"/info/\"><img src=\"/img/head/btn-info.jpg\" alt=\"お店の情報\" border=\"0\"></a>");
	document.write("<a href=\"/access/\"><img src=\"/img/head/btn-access.jpg\" alt=\"お問い合わせ\" border=\"0\"></a>");
	document.write("<a href=\"/soc/\"><img src=\"/img/head/btn-soc.jpg\" alt=\"滋賀オーナーシェフの会\" border=\"0\"></a></td></tr>");
	document.write("</table>");

}

//-------------------------------------------------------------------------------------------------------
function creatFoot(){
	document.write("<div class=\"foot_area\" align=\"center\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"800\">");
	document.write("<tr><td width=\"800\" height=\"30\" align=\"right\" class=\"pagetop_area\"><a href=\"#top\"><img src=\"/img/foot/pagetop.jpg\" border=\"0\" class=\"pagetopimg\"></a></td></tr>");
	document.write("<tr><td height=\"40\" align=\"center\" class=\"f_copy\">&copy; 2007 coctura SAKURAI All Right Reserved.</td></tr></table></div>");
}

function writeflash(){
	document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,24,0\" width=\"797\" height=\"370\" id=\"coctura\">");
	document.write("<param name=\"movie\" value=\"/home/movie.swf\"><param name=\"flashvars\" value=\"page=coctura\"><param name=\"quality\" value=\"best\">");
	document.write("<embed src=\"/home/movie.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" flashvars=\"page=dear\" width=\"797\" height=\"370\" wmode=\"transparent\" id=\"coctura\"></embed>");
	document.write("</object>");
}