<!--
//rollovers...

if(document.images) {
     
		
		remvaioff = new Image();
		remvaioff.src = "rem-cua/images/remvaioff.gif";
		remvaiover = new Image();
		remvaiover.src = "rem-cua/images/remvaiover.gif";
		
		phongkhachoff = new Image();
		phongkhachoff.src = "rem-cua/images/phongkhachoff.gif";
		phongkhachover = new Image();
		phongkhachover.src = "rem-cua/images/phongkhachover.gif";
		
		phongnguoff = new Image();
		phongnguoff.src = "rem-cua/images/phongnguoff.gif";
		phongnguover = new Image();
		phongnguover.src = "rem-cua/images/phongnguover.gif";
		
		romanvaioff = new Image();
		romanvaioff.src = "rem-cua/images/romanvaioff.gif";
		romanvaiover = new Image();
	    romanvaiover.src = "rem-cua/images/romanvaiover.gif";
		
		romantreoff = new Image();
		romantreoff.src = "rem-cua/images/romantreoff.gif";
		romantreover = new Image();
	    romantreover.src = "rem-cua/images/romantreover.gif";
		
		cuonoff = new Image();
		cuonoff.src = "rem-cua/images/cuonoff.gif";
		cuonover = new Image();
		cuonover.src = "rem-cua/images/cuonover.gif";
		
		cuonluoioff = new Image();
		cuonluoioff.src = "rem-cua/images/cuonluoioff.gif";
		cuonluoiover = new Image();
		cuonluoiover.src = "rem-cua/images/cuonluoiover.gif";
		
		cuontranhoff = new Image();
		cuontranhoff.src = "rem-cua/images/cuontranhoff.gif";
		cuontranhover = new Image();
		cuontranhover.src = "rem-cua/images/cuontranhover.gif";
		
		dantranhoff = new Image();
		dantranhoff.src = "rem-cua/images/dantranhoff.gif";
		dantranhover = new Image();
		dantranhover.src = "rem-cua/images/dantranhover.gif";
		
		nganlanhoff = new Image();
		nganlanhoff.src = "rem-cua/images/nganlanhoff.gif";
		nganlanhover = new Image();
		nganlanhover.src = "rem-cua/images/nganlanhover.gif";
		
                phongoff = new Image();
		phongoff.src = "rem-cua/images/phongoff.gif";
		phongover = new Image();
		phongover.src = "rem-cua/images/phongover.gif";
		  		
                remsoioff = new Image();
		remsoioff.src = "rem-cua/images/remsoioff.gif";
		remsoiover = new Image();
		remsoiover.src = "rem-cua/images/remsoiover.gif";

                                          saodocoff = new Image();
		saodocoff.src = "rem-cua/images/saodocoff.gif";
		saodocover = new Image();
		saodocover.src = "rem-cua/images/saodocover.gif";

                                         saogooff = new Image();
		saogooff.src = "rem-cua/images/saogooff.gif";
		saogoover = new Image();
		saogoover.src = "rem-cua/images/saogoover.gif";
                                      
                                          saonhomoff = new Image();
		saonhomoff.src = "rem-cua/images/saonhomoff.gif";
                       	                  saonhomover = new Image();
		saonhomover.src = "rem-cua/images/saonhomover.gif";
                                          batcheoff = new Image();
		batcheoff.src = "rem-cua/images/batcheoff.gif";
                                           batcheover = new Image();
		batcheover.src = "rem-cua/images/batcheover.gif";
}

function onoff(imgName,state) {
        if(document.images) {               
		document.images[imgName].src = eval(imgName+state+".src");
        }
}         
//-->