<!--
//start function to change image rollovers//
	if (document.images) {
	
		arw01 = new Image
		arw01_ro = new Image
		arw01.src = "/img/btn/cor_grey_left_arrow_btn.gif"
		arw01_ro.src = "/img/btn/left_grey_arrow_ov.gif"
		
		arw02 = new Image
		arw02_ro = new Image
		arw02.src = "/img/btn/cor_grey_right_arrow_btn.gif"
		arw02_ro.src = "/img/btn/right_grey_arrow_ov.gif"
		
		arw03 = new Image
		arw03_ro = new Image
		arw03.src = "/img/btn/cor_grey_left_arrow_btn.gif"
		arw03_ro.src = "/img/btn/left_grey_arrow_ov.gif"
		
		arw04 = new Image
		arw04_ro = new Image
		arw04.src = "/img/btn/cor_grey_right_arrow_btn.gif"
		arw04_ro.src = "/img/btn/right_grey_arrow_ov.gif"
		
		prt01 = new Image
		prt01_ro = new Image
		prt01.src = "/img/ico/cp_print_ico.gif"
		prt01_ro.src = "/img/ico/cp_print_ov_ico.gif"

		
		fax01 = new Image
		fax01_ro = new Image
		fax01.src = "/img/ico/cp_fax_ico.gif"
		fax01_ro.src = "/img/ico/cp_fax_ov_ico.gif"

		
		eml01 = new Image
		eml01_ro = new Image
		eml01.src = "/img/ico/cp_email_ico.gif"
		eml01_ro.src = "/img/ico/cp_email_ov_ico.gif"
		
		enlarge1 = new Image
		enlarge_ro = new Image
		enlarge1.src = "/img/btn/enlarge.gif"
		enlarge_ro.src = "/img/btn/enlarge_over.gif"


	}
	
	function ImgSwap(imgName,newImg) {
		if (document.images) {
			document[imgName].src= eval(newImg + ".src")
		}
	}
	
//-->

