function getpath(motopath){
var thePath =  ("" + motopath)
var cpos = (thePath.length - 9)
return (thePath.substring(0,cpos))
}
function OpenLayout(OpenPath) {
//var thispath = getpath(location.href)
var toppath =  "http://www.sakura-kanri.co.jp/layout/"
//alert(toppath)
LayoutWin = window.open(OpenPath,'OpenView','width=500,height=500,status=yes,resizable=yes,scrollbars=yes')
if (navigator.appName == "Netscape") {
 if (navigator.appVersion.charAt(0) > "2") {LayoutWin.focus()}
 }
}
function OpenView(OpenPath) {
//var thispath = getpath(location.href)
var toppath =  "http://www.sakura-kanri.co.jp/view/"
//alert(toppath)
LayoutWin = window.open(OpenPath,'OpenView','width=500,height=500,status=yes,resizable=yes,scrollbars=yes')
if (navigator.appName == "Netscape") {
 if (navigator.appVersion.charAt(0) > "2") {LayoutWin.focus()}
 }
}

