function viewImage(src)
{
	var imgWidth = 320;
	var imgHeight = 320;
	window.open("viewPhoto.php?src="+ src,'','height=' + imgHeight + ',width=' + imgWidth +',toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes');
}

function lameOne(){
	var calender3 = new Calendar("calendar3", "cal3_toggler", {inputField:'startdate', numMonths:1, multiSelection:false, maxSelection:5, dateFormat:'m/d/Y', startDate:new Date(1990,1,1), allowDaysOffSelection:true, allowWeekendSelection:true, weekend:[0,6], idPrefix:'cal3'});
}
/**
 *
 * @access public
 * @return void
 **/
function lameTwo(){
	var calender3 = new Calendar("calendar4", "cal4_toggler", {inputField:'enddate', numMonths:1, multiSelection:false, maxSelection:5, dateFormat:'m/d/Y', startDate:new Date(1990,1,1), allowDaysOffSelection:true, allowWeekendSelection:true, weekend:[0,6], idPrefix:'cal4'});
}