var imageFiles_1vw_1 = new Array();
imageFiles_1vw_1['0'] = new Array ('_images/1vw_Home.gif', '_images/1vw_HomeMouseover.gif');
imageFiles_1vw_1['1'] = new Array ('_images/1vw_About_Us.gif', '_images/1vw_About_UsMouseover.gif');
imageFiles_1vw_1['2'] = new Array ('_images/1vw_About_Hypnosis.gif', '_images/1vw_About_HypnosisMouseover.gif');
imageFiles_1vw_1['3'] = new Array ('_images/1vw_Why_Stop.gif', '_images/1vw_Why_StopMouseover.gif');
imageFiles_1vw_1['4'] = new Array ('_images/1vw_FAQ_s.gif', '_images/1vw_FAQ_sMouseover.gif');
imageFiles_1vw_1['5'] = new Array ('_images/1vw_Contact_Us.gif', '_images/1vw_Contact_UsMouseover.gif');
imageFiles_1vw_1['6'] = new Array ('_images/1vw_Act_Now.gif', '_images/1vw_Act_NowMouseover.gif');

function image_on_1vw_1 (position) {
   var doc = eval("document.image1vw_1" + position);
   doc.src = imageFiles_1vw_1[position][1];
}

function image_off_1vw_1 (position) {
   var doc = eval("document.image1vw_1" + position);
   doc.src = imageFiles_1vw_1[position][0];
}
