	function popwindow() 
	{
		var dispatchwin = '';
		dispatchwin = window.open('dispatch.cfm','dispatchwindow',config='width=400,height=550,menubar=no,status=no,toolbar=no,scrollbars=no,resizable=no,location=no,directories=no');
	}

//Preload images
<!--
//function preloadimages()
if (document.images) 
{
	img1	= new Image();
	img2	= new Image();
	img3	= new Image();
	img4	= new Image();
	img5	= new Image();
	img6	= new Image();
	img7	= new Image();
	img8	= new Image();
	img9	= new Image();
	img10	= new Image();
	img11	= new Image();
	
	img1.src          = "/images/weatherbottom.jpg" ;
	img2.src          = "/images/weathermid.jpg" ;
	img3.src          = "/images/weathertop.jpg" ;
	img4.src          = "/images/onlinestore.jpg" ;
	
	img5.src          = "/images/layout/mini_cal_top.jpg" ;
	img6.src          = "/images/layout/mini_cal_bottom.jpg" ;
	img7.src          = "/images/layout/mini_cal_bottom.jpg" ;
	img8.src          = "/images/layout/linesep.jpg" ;
	img9.src          = "/images/layout/donatenow.jpg" ;
	img10.src          = "/images/layout/cwdfooterlogo.jpg" ;
	img11.src          = "/images/layout/arrow_right.jpg" ;


	
	
    psul              = new Image();
    psul.src          = "/images/psul.jpg" ;

	psur              = new Image();
    psur.src          = "/images/psur.jpg" ;
	
	psum              = new Image();
    psum.src          = "/images/psum.jpg" ;
	
	psll              = new Image();
    psll.src          = "/images/psll.jpg" ;
	
	pslr              = new Image();
    pslr.src          = "/images/pslr.jpg" ;
	
	pslm              = new Image();
    pslm.src          = "/images/pslm.jpg" ;
	
	
	
	
	lbll              = new Image();
    lbll.src          = "/images/lbll.jpg" ;
	
	lblr              = new Image();
    lblr.src          = "/images/lblr.jpg" ;
	
	lblm              = new Image();
    lblm.src          = "/images/lblm.jpg" ;
	
	
	
	
	middle_bk              = new Image();
    middle_bk.src          = "/images/middle_bk.jpg" ;
	
	top_bk              = new Image();
    top_bk.src          = "/images/top_bk.jpg" ;
	
	bottom_bk              = new Image();
    bottom_bk.src          = "/images/bottom_bk.jpg" ;
	
	
	
	middle_lb              = new Image();
    middle_lb.src          = "/images/middle_lb.jpg" ;
	
	bottom_lb              = new Image();
    bottom_lb.src          = "/images/bottom_lb.jpg" ;
	
	top_lb              = new Image();
    top_lb.src          = "/images/top_lb.jpg" ;
	
	
	psseparator              = new Image();
    psseparator.src          = "/images/psseparator.jpg" ;	
	
	
	
	
	lg_tb_left_top              = new Image();
    lg_tb_left_top.src          = "/images/lg_tb_left_top.jpg" ;
	
	lg_tb_middle_top              = new Image();
    lg_tb_middle_top.src          = "/images/lg_tb_middle_top.jpg" ;
	
	lg_tb_right_top              = new Image();
    lg_tb_right_top.src          = "/images/lg_tb_right_top.jpg" ;
	
	
	
	rightlinefade              = new Image();
    rightlinefade.src          = "/images/rightlinefade.jpg" ;
	
	leftlinefade              = new Image();
    leftlinefade.src          = "/images/leftlinefade.jpg" ;
	

	
	calendar_bg              = new Image();
    calendar_bg.src          = "/images/calendar_bg.jpg" ;
	
	
	
	calbr              = new Image();
    calbr.src          = "/images/calbr.jpg" ;
	
	calbl              = new Image();
    calbl.src          = "/images/calbl.jpg" ;
	
	
	
	
	rbvfc_mini_logo              = new Image();
    rbvfc_mini_logo.src          = "/images/rbvfc_mini_logo.jpg";
}
// -->