﻿function roll(img_name, img_src)   {   document[img_name].src = img_src;   }   function soon()	{	alert('Coming Soon!!');	}	function MPConfirmDelete(recordType) {	var msg = "Are you sure you want to permanently delete this "+recordType+"?";	if (confirm(msg)) return true;		else return false;	}
