bhi=new Image();bhi.src="images/body_head_img.gif";
bhi_hot=new Image();bhi_hot.src="images/body_head_img_hot.gif";
bht=new Image();bht.src="images/body_head_txt.gif";
bht_hot=new Image();bht_hot.src="images/body_head_txt_hot.gif";

bti=new Image();bti.src="images/body_torso_img.gif";
bti_hot=new Image();bti_hot.src="images/body_torso_img_hot.gif";
btt=new Image();btt.src="images/body_torso_txt.gif";
btt_hot=new Image();btt_hot.src="images/body_torso_txt_hot.gif";

bgi=new Image();bgi.src="images/body_groin_img.gif";
bgi_hot=new Image();bgi_hot.src="images/body_groin_img_hot.gif";
bgt=new Image();bgt.src="images/body_groin_txt.gif";
bgt_hot=new Image();bgt_hot.src="images/body_groin_txt_hot.gif";

bfi=new Image();bfi.src="images/body_feet_img.gif";
bfi_hot=new Image();bfi_hot.src="images/body_feet_img_hot.gif";
bft=new Image();bft.src="images/body_feet_txt.gif";
bft_hot=new Image();bft_hot.src="images/body_feet_txt_hot.gif";

atd=new Image();atd.src="images/ask_the_doctor.gif";
atd_cold=new Image();atd_cold.src="images/ask_the_doctor.gif";
atd_hot=new Image();atd_hot.src="images/ask_the_doctor_hot.gif";
atdsm=new Image();atdsm.src="images/ask_the_doctor_sm.gif";
atdsm_cold=new Image();atdsm_cold.src="images/ask_the_doctor_sm.gif";
atdsm_hot=new Image();atdsm_hot.src="images/ask_the_doctor_sm_hot.gif";

function setStat(msg) {
 top.status=msg;
 return true;
}

function bswap(grp,st) {
 img=grp+"i";
 txt=grp+"t";
 imgsrc=eval(img+st+".src");
 txtsrc=eval(txt+st+".src");
 timg=document.getElementById(img);
 ttxt=document.getElementById(txt);
 timg.src=imgsrc;
 ttxt.src=txtsrc;
}

function swap(img,st) {
 imag=document.getElementById(img);
 imagsrc=eval(img+"_"+st+".src");
 imag.src=imagsrc;
}

