﻿// JavaScript Document
function getRootPath(){
	return("http://www.yougot.cc");
	//var strFullPath=window.document.location.href;
//	var strPath=window.document.location.pathname;
//	var pos=strFullPath.indexOf(strPath);
//	var prePath=strFullPath.substring(0,pos);
//	var postPath=strPath.substring(0,strPath.substr(1).indexOf('/')+1);
//	return(prePath+postPath);
} 
document.write("<table width=\"100%\" border=\"1\" cellpadding=\"1\" cellspacing=\"0\" bordercolor=\"#D2E2EF\">                <tr>                  <td><a href=\""+getRootPath()+"/engineering_case/\">工程案例</a></td>                </tr>                <tr>                  <td><a href=\""+getRootPath()+"/design_case/\">设计案例</a></td>                </tr>              </table>");