// JavaScript Document

// HOME flash
function okuraflash()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="900" height="470">\n');
    document.write('<param name="movie" value="images/index/index.swf">\n');
document.write('<param name="wmode" value="transparent">\n');
    document.write('<embed src="images/index/index.swf" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="470"></embed>');
    document.write('</object>');
}

// PhotoGallery flash
function okuragallery()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="870" height="500">\n');
    document.write('<param name="movie" value="images/gallery/gallery.swf">\n');
document.write('<param name="wmode" value="transparent">\n');
    document.write('<embed src="images/gallery/gallery.swf" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="870" height="500"></embed>\n');
    document.write('</object>\n');
}

// Plan swap images 
function planimg(){

icon = new Array();

for (n = 0; n <22; n++) { //*1
icon[n] = new Image(); //*2
}

icon[0].src = "images/plan/plan_a1.gif";
icon[1].src = "images/plan/plan_am.gif"; 
icon[2].src = "images/plan/plan_a2.gif";
icon[3].src = "images/plan/plan_b.gif";
icon[4].src = "images/plan/plan_bg.gif"; 
icon[5].src = "images/plan/plan_d1.gif";
icon[6].src = "images/plan/plan_d1g.gif";
icon[7].src = "images/plan/plan_d2.gif";
icon[8].src = "images/plan/plan_e1.gif"; 
icon[9].src = "images/plan/plan_e1g.gif";
icon[10].src = "images/plan/plan_e2.gif";
icon[11].src = "images/plan/plan_f1.gif";
icon[12].src = "images/plan/plan_f1g.gif";
icon[13].src = "images/plan/plan_f2.gif"; 
icon[14].src = "images/plan/plan_g1.gif";
icon[15].src = "images/plan/plan_g1g.gif";
icon[16].src = "images/plan/plan_g2.gif";
icon[17].src = "images/plan/plan_h1.gif";
icon[18].src = "images/plan/plan_h1g.gif";
icon[19].src = "images/plan/plan_h2.gif";
icon[20].src = "images/plan/plan_i1.gif";
icon[21].src = "images/plan/plan_i2.gif";

}
function msg(onoff) { //*5
document.G31.src = icon[onoff].src; //*6
}

// Brouser Window
function MM_openBrWindow(theURL,winName,features) { //v2.0
var wo1;
wo1=window.open(theURL,winName,features);
wo1.focus();
}

