/* Window Open */
function openWin(theURL,winName) {
  window.open(theURL,winName,'scrollbars=no,resizable=yes,width=690,height=660');
}
/* Random Photo Gallery */
dounanArray = new Array("011","012","013","014","015","016","017","018","019","020","022","023","024","025","026","027","028","029","030","031","032","033","034","035","067","068","069","070","071","072","073","074","075","076","077","078","079","080","081","082","083","093","094","095","096","113","116","117","118","119","122","123","128","129","130","131","132","133","137","138","139","140","141","142","143","145","148","149","150","151","152","171","172","173");
dououArray = new Array("011","012","013","014","015","016","017","018","019","020","022","023","024","025","026","027","028","029","030","031","032","033","034","035","036","037","038","039","040","041","051","067","068","069","070","071","072","073","074","083","088","090","091","092","093","094","095","096","113","122","123","128","129","130","131","132","133","137","138","139","140","141","142","143","144","145","151","152","155","156","163","171","173","174");
douhokuArray = new Array("001","002","003","004","005","006","007","008","009","010","036","040","041","042","043","044","045","046","052","053","088","089","091","092","109","110","111","112","153","154","155","156","159");
tokachiArray = new Array("022","029","031","032","033","034","035","036","037","038","039","040","044","045","046","047","048","049","050","051","054","058","062","063","065","084","085","086","087","088","089","090","091","092","098","099","101","102","114","115","124","125","126","131","132","133","135","137","138","141","143","144","145","146","147","155","156","157","159","160","163","164","165","166","170","174");
doutouArray = new Array("042","043","044","045","046","047","048","050","052","053","054","055","056","057","058","059","060","061","062","063","064","065","066","097","098","099","100","101","102","103","104","105","106","107","108","114","115","120","121","125","126","157","159","160","161","162","164","165","166","167","168","169","170");

dounanNum = dounanArray[Math.floor(Math.random()*dounanArray.length)];
dououNum = dououArray[Math.floor(Math.random()*dououArray.length)];
douhokuNum = douhokuArray[Math.floor(Math.random()*douhokuArray.length)];
tokachiNum = tokachiArray[Math.floor(Math.random()*tokachiArray.length)];
doutouNum = doutouArray[Math.floor(Math.random()*doutouArray.length)];

dounanImgUrl = "images/thumbnail/" + dounanNum +".jpg";
dououImgUrl = "images/thumbnail/" + dououNum +".jpg";
douhokuImgUrl = "images/thumbnail/" + douhokuNum +".jpg";
tokachiImgUrl = "images/thumbnail/" + tokachiNum +".jpg";
doutouImgUrl = "images/thumbnail/" + doutouNum +".jpg";

function showDounanImg(){
	document.write("<img src= ",dounanImgUrl, " border= \"0 \", width= \"110 \", height= \"74 \"  />");
	return true;
	}
function showDououImg(){
	document.write("<img src= ",dououImgUrl, " border= \"0 \", width= \"110 \", height= \"74 \"  />");
	return true;
	}
function showDouhokuImg(){
	document.write("<img src= ",douhokuImgUrl, " border= \"0 \", width= \"110 \", height= \"74 \"  />");
	return true;
}
function showTokachiImg(){
	document.write("<img src= ",tokachiImgUrl, " border= \"0 \", width= \"110 \", height= \"74 \"  />");
	return true;
}
function showDoutouImg(){
	document.write("<img src= ",doutouImgUrl, " border= \"0 \", width= \"110 \", height= \"74 \"  />");
	return true;
}