

//////////////////////////////////////////////////////////////////////////
//  Subroutine
//////////////////////////////////////////////////////////////////////////

//ImageSwap
function ImgON(imgElement) {imgElement.src=imgElement.src.replace(/off\.(gif|jpg|png)/i, 'on\.$1');}
function ImgOFF(imgElement){imgElement.src=imgElement.src.replace(/on\.(gif|jpg|png)/i,'off\.$1'); }




