document.writeln('<script type="text/javascript" src="js/jquery-1.5.2.min.js"></script>');
document.writeln('<script type="text/javascript" src="js/hoverintent.js"></script>');
document.writeln('<script type="text/javascript" src="js/superfish.js"></script>');
document.writeln('<script type="text/javascript" src="js/animated.js"></script>');


document.writeln('<link href="css/menu.css" rel="stylesheet" type="text/css" />');
document.writeln('<link href="css/footer.css" rel="stylesheet" type="text/css" />');

document.writeln("<script type='text/javascript'>");
document.writeln("var _gaq = _gaq || [];");
document.writeln("_gaq.push(['_setAccount', 'UA-17604627-1']);");
document.writeln("_gaq.push(['_trackPageview']);");
document.writeln("(function() {");
document.writeln("var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;");
document.writeln("ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';");
document.writeln("var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);");
document.writeln("})();");
document.writeln("</script>");

function header(){

document.writeln('<div id="header"><a href="index.html" title="NeoStrata 主頁"><img src="images/logo.gif" alt="Home" width="133" height="29" border="0" /></a></div>');

document.writeln('<div id="menu">');
document.writeln('<ul id="navigation">');
document.writeln('<li id="about"><a href="about_neostrata.html" title="關於NeoStrata">關於NeoStrata</a></li>');
document.writeln('<li id="testimonial"><a href="testimonial.html" title="見証NeoStrata">見証NeoStrata</a></li>');
document.writeln('<li id="news"><a href="news.html" title="最新消息">最新消息</a></li>');
document.writeln('<li id="products" class="current"><a href="#">產品及療程</a>');
document.writeln('<ul class="skin_submenu">');
document.writeln('<li id="cleaner"><a href="product_cleanser.html" title="護理產品">護理產品</a></li>');
document.writeln('<li id="tenmins"><a href="treatment_course.html" title="10分鐘醫學嫩白療程">10分鐘醫學嫩白療程</a></li>');
document.writeln('<li id="daily"><a href="daily_program.html" title="日常護理程序">日常護理程序</a></li>');
document.writeln('</ul>');
document.writeln('</li>');
document.writeln('<li id="skin" class="current"><a href="#">果酸及皮膚認知</a>');
document.writeln('<ul class="acid_submenu">');
document.writeln('<li id="result"><a href="aha.html" title="果酸功效">果酸功效</a></li>');
document.writeln('<li id="report"><a href="skin_type.html" title="皮膚認知及醫學報告">皮膚認知及醫學報告</a></li>');
document.writeln('</ul>');
document.writeln('</li>');
document.writeln('<li id="press"><a href="press.html" title="媒體報導">媒體報導</a></li>');
document.writeln('<li id="faq"><a href="faq.html" title="FAQ">FAQ</a></li>');
document.writeln('<li id="contact"><a href="contact_us.html" title="聯絡我們">聯絡我們</a></li>');
document.writeln('</ul>');
document.writeln('</div>');
};

    
function footer(){
	document.writeln('<div id="footer" class="cf">');
	document.writeln('<div class="footerRight">©2011 Copyright Neo Derm (HK) Ltd. All Rights Reserved.</div>');
	document.writeln('<div class="footerLeft"><a href="http://www.neoderm.com.hk" title="NeoDerm website" target="_blank"><img src="images/neodermlogo.jpg" alt="NeoDerm" width="58" height="28" border="0" /></a><a href="http://www.facebook.com/pages/NeoStrata-HK-Official/198427083509633" title="Find us on Fackbook" target="_blank"><img src="images/fblogo.jpg" alt="NeoDerm" width="96" height="29" border="0" /></a></div>');
	document.writeln('</div>');
};

function treamentmenu(){
	document.writeln('<div id="treamentMenu">');
    document.writeln('<ul>');
    document.writeln('<li class="cleanser"><a href="product_cleanser.html">潔膚系列</a></li>');
    document.writeln('<li class="renewal"><a href="product_renewal.html">潔膚系列</a></li>');
    document.writeln('<li class="sunshine"><a href="product_sunshine.html">潔膚系列</a></li>');
    document.writeln('<li class="eyes"><a href="product_eyes.html">潔膚系列</a></li>');
    document.writeln('<li class="whiten"><a href="product_whiten.html">潔膚系列</a></li>');
    document.writeln('<li class="specials"><a href="product_specials.html">潔膚系列</a></li>');
    document.writeln('</ul>');
    document.writeln('</div>');
}
