
  deptimage1a = new Image();
  deptimage1a.src = "images/dept_but/img_but_dept_bedroom_1_up.gif";
  
  deptimage1b = new Image();
  deptimage1b.src = "images/dept_but/img_but_dept_bedroom_1_down.gif";
  
  deptimage1c = new Image();
  deptimage1c.src = "images/dept_but/img_but_dept_bedroom_2_up.gif";
  
  deptbg1d = new Image();
  deptbg1d.src = "images/dept_bg/bg_dept_but_bedroom.gif";

  deptimage2a = new Image();
  deptimage2a.src = "images/dept_but/img_but_dept_diningroom_1_up.gif";
  
  deptimage2b = new Image();
  deptimage2b.src = "images/dept_but/img_but_dept_diningroom_1_down.gif";
  
  deptimage2c = new Image();
  deptimage2c.src = "images/dept_but/img_but_dept_diningroom_2_up.gif";
  
  deptbg2d = new Image();
  deptbg2d.src = "images/dept_bg/bg_dept_but_diningroom.gif";

  deptimage3a = new Image();
  deptimage3a.src = "images/dept_but/img_but_dept_kitchen_1_up.gif";
  
  deptimage3b = new Image();
  deptimage3b.src = "images/dept_but/img_but_dept_kitchen_1_down.gif";
  
  deptimage3c = new Image();
  deptimage3c.src = "images/dept_but/img_but_dept_kitchen_2_up.gif";
  
  deptbg3d = new Image();
  deptbg3d.src = "images/dept_bg/bg_dept_but_kitchen.gif";
  
  deptimage4a = new Image();
  deptimage4a.src = "images/dept_but/img_but_dept_livingroom_1_up.gif";
  
  deptimage4b = new Image();
  deptimage4b.src = "images/dept_but/img_but_dept_livingroom_1_down.gif";
  
  deptimage4c = new Image();
  deptimage4c.src = "images/dept_but/img_but_dept_livingroom_2_up.gif";
  
  deptbg4d = new Image();
  deptbg4d.src = "images/dept_bg/bg_dept_but_livingroom.gif";

  deptimage5a = new Image();
  deptimage5a.src = "images/dept_but/img_but_dept_office_1_up.gif";
  
  deptimage5b = new Image();
  deptimage5b.src = "images/dept_but/img_but_dept_office_1_down.gif";
  
  deptimage5c = new Image();
  deptimage5c.src = "images/dept_but/img_but_dept_office_2_up.gif";
  
  deptbg5d = new Image();
  deptbg5d.src = "images/dept_bg/bg_dept_but_office.gif";
  
  deptimage6a = new Image();
  deptimage6a.src = "images/dept_but/img_but_dept_accessories_1_up.gif";
  
  deptimage6b = new Image();
  deptimage6b.src = "images/dept_but/img_but_dept_accessories_1_down.gif";
  
  deptimage6c = new Image();
  deptimage6c.src = "images/dept_but/img_but_dept_accessories_2_up.gif";
  
  deptbg6d = new Image();
  deptbg6d.src = "images/dept_bg/bg_dept_but_accessories.gif";
  
  deptimage7a = new Image();
  deptimage7a.src = "images/dept_but/img_but_dept_kids_1_up.gif";
  
  deptimage7b = new Image();
  deptimage7b.src = "images/dept_but/img_but_dept_kids_1_down.gif";
  
  deptimage7c = new Image();
  deptimage7c.src = "images/dept_but/img_but_dept_kids_2_up.gif";
  
  deptbg7d = new Image();
  deptbg7d.src = "images/dept_bg/bg_dept_but_kids.gif";
  
  deptimage8a = new Image();
  deptimage8a.src = "images/dept_but/img_but_dept_@home_1_up.gif";
  
  deptimage8b = new Image();
  deptimage8b.src = "images/dept_but/img_but_dept_@home_1_down.gif";
  
  deptimage8c = new Image();
  deptimage8c.src = "images/dept_but/img_but_dept_@home_2_up.gif";
  
  deptbg8d = new Image();
  deptbg8d.src = "images/dept_bg/bg_dept_but_@home.gif";
  
  deptimage9a = new Image();
  deptimage9a.src = "images/dept_but/img_but_dept_outlet_1_up.gif";
  
  deptimage9b = new Image();
  deptimage9b.src = "images/dept_but/img_but_dept_outlet_1_down.gif";
  
  deptimage9c = new Image();
  deptimage9c.src = "images/dept_but/img_but_dept_outlet_2_up.gif";
  
  deptbg9d = new Image();
  deptbg9d.src = "images/dept_bg/bg_dept_but_outlet.gif";

function dept_up(imagename, imageflip)  {
	document.images[imagename].src = eval(imageflip + ".src");
}

function DeptLink(intnum)  {
	Location = "groups.asp?DEPT=" + intnum
	setTimeout("window.location.href = Location;",1)
}

function InitDept(intnum)  {
	
	if (intnum == '1') {
		strLoc = "images/dept_bg/bg_dept_but_bedroom.gif";
		imgnme = "dept_but_" + intnum
		imgLoc = "images/dept_but/img_but_dept_bedroom_2_up.gif";
		}
	else if (intnum == '2') {
		strLoc = "images/dept_bg/bg_dept_but_diningroom.gif";
		imgnme = "dept_but_" + intnum
		imgLoc = "images/dept_but/img_but_dept_diningroom_2_up.gif";
		}
	else if (intnum == '3') {
		strLoc = "images/dept_bg/bg_dept_but_kitchen.gif";
		imgnme = "dept_but_" + intnum
		imgLoc = "images/dept_but/img_but_dept_kitchen_2_up.gif";
		}
	else if (intnum == '4') {
		strLoc = "images/dept_bg/bg_dept_but_livingroom.gif";
		imgnme = "dept_but_" + intnum
		imgLoc = "images/dept_but/img_but_dept_livingroom_2_up.gif";
		}
	else if (intnum == '5') {
		strLoc = "images/dept_bg/bg_dept_but_office.gif";
		imgnme = "dept_but_" + intnum
		imgLoc = "images/dept_but/img_but_dept_office_2_up.gif";
		}
	else if (intnum == '6') {
		strLoc = "images/dept_bg/bg_dept_but_accessories.gif";
		imgnme = "dept_but_" + intnum
		imgLoc = "images/dept_but/img_but_dept_accessories_2_up.gif";
		}
	else if (intnum == '7') {
		strLoc = "images/dept_bg/bg_dept_but_kids.gif";
		imgnme = "dept_but_" + intnum
		imgLoc = "images/dept_but/img_but_dept_kids_2_up.gif";
		}
	else if (intnum == '8') {
		strLoc = "images/dept_bg/bg_dept_but_@home.gif";
		imgnme = "dept_but_" + intnum
		imgLoc = "images/dept_but/img_but_dept_@home_2_up.gif";
		}
	else if (intnum == '9') {
		strLoc = "images/dept_bg/bg_dept_but_outlet.gif";
		imgnme = "dept_but_" + intnum
		imgLoc = "images/dept_but/img_but_dept_outlet_2_up.gif";
		}
	else if (intnum == '0') {
		strLoc = "images/dept_bg/bg_dept_but_none.gif";
		}
		
	if (intnum > 0) {
		document.images[imgnme].src = imgLoc
	}
		document.images['deptbg'].src = strLoc
}
