function memorial()
{
document.write('');
}
function top_menu(oneD,twoD)
{
document.write('');
}
function top_menu_memorial(oneD,twoD)
{
document.write('');
}
function top_menu2(oneD,twoD)
{
document.write('');
}
function left_menu(oneD,twoD,height)
{
if (height=="" && height=="0") { height = 213;}
document.write('');
}
function left_menu_memorial(oneD,twoD,height)
{
if (height=="" && height=="0") { height = 213;}
document.write('');
}
function sub_title(oneD,twoD)
{
document.write('');
}
function sub_title_memorial(oneD,twoD)
{
document.write('');
}
function main_document()
{
document.write('');
}
function loginClick(){
location.href='/_sso/sso.asp?m=login&url=';
}
function logoutClick(){
location.href='/_sso/sso.asp?m=logout&arriveURL=';
}
function modifyClick(){
location.href='/_sso/sso.asp?m=modify&url=';
}
function ShowProgress()
{
strAppVersion = navigator.appVersion;
if (document.f_write.file.value != "") {
if (strAppVersion.indexOf('MSIE')!=-1 &&
strAppVersion.substr(strAppVersion.indexOf('MSIE')+5,1) > 4) {
winstyle = "dialogWidth=385px; dialogHeight:150px; center:yes";
window.showModelessDialog("/_inc/show_progress.asp?nav=ie", null, winstyle);
}
else {
winpos = "left=" + ((window.screen.width-380)/2)+",top=" +
((window.screen.height-110)/2);
winstyle = "width=380,height=110,status=no,toolbar=no,menubar=no," +
"location=no,resizable=no,scrollbars=no,copyhistory=no," + winpos;
window.open("show_progress.asp",null,winstyle);
}
}
return true;
}