var idAry = new Array(0,1,2,3,4,5,6,7,8,9);
var youtoAry = new Array("集合住宅","集合住宅","集合住宅","商業ビル","集合住宅","集合住宅","病院施設","商業ビル","教育施設","教育施設");
var kizonAry = new Array("露出アスファルト","露出アスファルト","モルタル","加硫ゴムシート","押えコンクリート","露出アスファルト","露出アスファルト","その他","モルタル","露出アスファルト");
var bousuiAry = new Array("改質アスファルト防水冷工法","改質アスファルト防水冷工法","塩ビシート防水","塩ビシート防水","ウレタン塗膜防水","その他","改質アスファルト防水冷工法","その他","その他","塩ビシート防水");
var bukkenAry = new Array("岡山<br/>西古松住宅1号棟","岡山<br/>西古松住宅2号棟","福山<br/>西深津住宅43号棟","草戸ビル","長寿園マンション","ベルマリオさかえ公園","尾道市市民病院<br/>看護師宿舎改修工事","丸久 厚狭店","広島県立盲学校<br/>技術科準備室","広島工業大学高等学校");
var imageAry = new Array('<a href="pcontest/pcon05-001.html">','<a href="pcontest/pcon05-002.html">','<a href="pcontest/pcon05-003.html">','<a href="pcontest/pcon05-004.html">','<a href="pcontest/pcon05-005.html">','<a href="pcontest/pcon05-006.html">','<a href="pcontest/pcon05-007.html">','<a href="pcontest/pcon05-008.html">','<a href="pcontest/pcon05-009.html">','<a href="pcontest/pcon05-010.html">');

str = "all";
youtokey = str;
kizonkey = str;
bousuikey = str;

window.onload = function(){
document.getElementById("sentaku1").selectedIndex=0;
document.getElementById("sentaku2").selectedIndex=0;
document.getElementById("sentaku3").selectedIndex=0;
}
