function MM_Path() {

	var mPath = "./";
	
	var mURL = location.pathname;

	if (mURL.match(/catalog|product|newproducts|news|company|copyright|support|sitemap|download|topics|link|webuser|privacy|green|calendar/)) {
		mPath = "../";
	}
	if (mURL.match(/kyusui|suikan|report|service|cgi-bin|info/)) {
		mPath = "../../";
	}
    if (mURL.match(/green\/[2009|2010]|green\\[2009|2010]/))  {
        mPath = "../../";
    }
    
    /* alert(mURL);  */
    
	return mPath;

}
