
<!--
jptime = new Date();
minutes = jptime.getUTCMinutes();
hour = jptime.getUTCHours()+9;
day = jptime.getUTCDay();
month = jptime.getUTCMonth() + 1;
date = jptime.getUTCDate();

if(hour>=24){ 
	hour = hour - 24; date = date+1; day = day+1;
	}
if(date == 32){
	date = 31;
	}
if(day == 7){
day = 0;
	}
if(jptime.getUTCMinutes() < 10){ 
minutes = "0" + minutes;
	}
	
	document.write("<div valign=top><FONT size=1 color=#666666> ",hour,":",minutes,"</b> - </font> ");

hour = jptime.getUTCHours()+9;
if((month == 12) && (date == 30)||(month == 12) && (date == 31)||(month == 1) && (date == 1)||(month == 1) && (date == 2)||(month == 1) && (date == 3)){
	document.write("<FONT color=red size=1>  <b>Sorry, today's closed for Holiday</b></FONT></div> ");
}else if((hour >= 8)&&(minutes >=50)){
	document.write("<FONT color=red size=1><b>NOUS SOMMES OUVERTS!</b></FONT></div> ");
}else if((hour >= 9)&&(hour <=19)){
	document.write("<FONT color=red size=1><b>NOUS SOMMES OUVERTS!</b></FONT></div> ");
}else{
document.write("<FONT color=red size=1><b>NOUS SOMMES FERMES!!</b></FONT></div> ");
}


function OpenWin100(){
    win=window.open("https://www.secure-sakura-house.com/french/reserve.php","new","toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,width=500,height=600");
}
function OpenWin101(){
    win=window.open("https://www.secure-sakura-house.com/french/waiting_list.php","new","toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,width=500,height=600");
}
function OpenWin103(){
    win=window.open("http://www.sakura-house.com/french/premise/rentalstatus_help.htm","new","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=550,height=550,left=10pixels,top=10pixels,screenX=10pixels,screenY=10pixels");
}
function OpenWin104(){
    win=window.open("http://www.sakura-house.com/french/premise/tatami_help.htm","new","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=550,height=480,left=10pixels,top=10pixels,screenX=10pixels,screenY=10pixels");
}
function OpenWinConfirmation(){
win=window.open("reserve_confirmation.htm","new","toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,width=520,height=400");
}
function OpenWinConfirmation(){
win=window.open("reserve_confirmation.htm","new","toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,width=520,height=400");
}
function OpenWinInquiry(obj,obj2){
    win=window.open("https://www.secure-sakura-house.com/french/inquiry.php?Building_id=" + obj + "&room_number=" + obj2,"new","toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,width=500,height=600");
}
function OpenWinReserve(obj,obj2){
    win=window.open("https://www.secure-sakura-house.com/french/reserve.php?Building_id=" + obj + "&room_number=" + obj2,"new","toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,width=500,height=600");
}
function OpenWinWaiting(obj,obj2){
    win=window.open("https://www.secure-sakura-house.com/french/waiting_list.php?Building_id=" + obj + "&room_number=" + obj2,"new","toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,width=500,height=600");
}
function Function_help(){
    win=window.open("./function_help.htm","new","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=550,height=300,left=10pixels,top=10pixels,screenX=10pixels,screenY=10pixels");
}
function OpenWinStatusHelp(){
    win=window.open("premise/rentalstatus_help2.htm","new","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=550,height=550,left=10pixels,top=10pixels,screenX=10pixels,screenY=10pixels");
}
function add_to_f_fr(obj){
win=window.open("http://www.sakura-house.com/favourites/french/favourites_list.php?room_id=" + obj + "&add=yes","f_window","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=1000,height=650");
}
// -->

