function changeGuide(guidePath){
   document.images["guideImg"].src = guidePath;
}
