if(navigator.appVersion.charAt(0) >= 3) {
        var img = new Array();
        img[0] = new Image();  img[0].src = "img/btn_profile.gif"; 
        img[1] = new Image();  img[1].src = "img/btn_profile_r.gif";
        img[2] = new Image();  img[2].src = "img/btn_profile.gif"; 
        img[3] = new Image();  img[3].src = "img/btn_profile_r.gif";
        img[4] = new Image();  img[4].src = "img/btn_profile.gif"; 
        img[5] = new Image();  img[5].src = "img/btn_profile_r.gif";
        img[6] = new Image();  img[6].src = "img/btn_profile.gif"; 
        img[7] = new Image();  img[7].src = "img/btn_profile_r.gif";
        img[8] = new Image();  img[8].src = "img/btn_profile.gif"; 
        img[9] = new Image();  img[9].src = "img/btn_profile_r.gif";
        img[10] = new Image();  img[10].src = "img/btn_profile.gif"; 
        img[11] = new Image();  img[11].src = "img/btn_profile_r.gif";
        img[12] = new Image();  img[12].src = "img/btn_profile.gif"; 
        img[13] = new Image();  img[13].src = "img/btn_profile_r.gif";
        img[14] = new Image();  img[14].src = "img/btn_profile.gif"; 
        img[15] = new Image();  img[15].src = "img/btn_profile_r.gif";
        img[16] = new Image();  img[16].src = "img/btn_profile.gif"; 
        img[17] = new Image();  img[17].src = "img/btn_profile_r.gif";
        img[18] = new Image();  img[18].src = "img/btn_profile.gif"; 
        img[19] = new Image();  img[19].src = "img/btn_profile_r.gif";
        img[20] = new Image();  img[20].src = "img/btn_reason.gif"; 
        img[21] = new Image();  img[21].src = "img/btn_reason_r.gif";
        img[22] = new Image();  img[22].src = "img/btn_reason.gif"; 
        img[23] = new Image();  img[23].src = "img/btn_reason_r.gif";
        img[24] = new Image();  img[24].src = "img/btn_reason.gif"; 
        img[25] = new Image();  img[25].src = "img/btn_reason_r.gif";
        img[26] = new Image();  img[26].src = "img/btn_reason.gif"; 
        img[27] = new Image();  img[27].src = "img/btn_reason_r.gif";
        img[28] = new Image();  img[28].src = "img/btn_reason.gif"; 
        img[29] = new Image();  img[29].src = "img/btn_reason_r.gif";
        img[30] = new Image();  img[30].src = "img/btn_reason.gif"; 
        img[31] = new Image();  img[31].src = "img/btn_reason_r.gif";
        img[32] = new Image();  img[32].src = "img/btn_reason.gif"; 
        img[33] = new Image();  img[33].src = "img/btn_reason_r.gif";
        img[34] = new Image();  img[34].src = "img/btn_reason.gif"; 
        img[35] = new Image();  img[35].src = "img/btn_reason_r.gif";
        img[36] = new Image();  img[36].src = "img/btn_reason.gif"; 
        img[37] = new Image();  img[37].src = "img/btn_reason_r.gif";
        img[38] = new Image();  img[38].src = "img/btn_reason.gif"; 
        img[39] = new Image();  img[39].src = "img/btn_reason_r.gif";

}
function change_image(nam,num) {
        if(navigator.appVersion.charAt(0) >= 3) {
                document.images[nam].src = img[num].src;
        }
}

function viewMAP()
{
	window.open("map.html","_blank","width=720,resizable=yes,menubar=yes,scrollbars=yes,toolbar=yes,status=no");
}
