function footer() {
var foot = '<table width="800" border="0" cellspacing="0" cellpadding="0">';
foot += '<tr><td align="center"><img src="common/sps.gif" width="10" height="20"></td></tr>';
foot += '<tr><td align="center"><img src="common/foot_line.gif" width="800" height="11"></td></tr>';
foot += '<tr><td align="center">｜<a href="index.html">Home</a> ｜ <a href="driverecorder.html">Drive View Recorder</a> ｜ <a href="meetproduct.html">Meet Product</a> ｜ <a href="sampleview.html">Sample View</a> ｜ <a href="shopping.html">Shopping</a> ｜ <a href="download.html">Download</a> ｜ <a href="contact.html">Contact us</a> ｜ <a href="aboutus.html">About us</a> ｜</td></tr>';
foot += '<tr><td align="center" class="s">Copyright © 2008 Venture Craft co.,ltd. All right reserved.</td></tr>';
foot += '</table>';
document.write(foot);
}