	$(document).ready(function() {		// $(document).pngFix(); 		$('#cancel').click(function() {				 $.unblockUI();				 return false;		}); 	});		function hideDiv(){		$.unblockUI();	}  function Show() {    $.blockUI({ message: $('#submitOK'),      css: {        padding: 0,        margin:'-185px 0 0 -453px',        width: '0px',		//height:'0px',        top: '50%',        left: '50%',        textAlign: 'center',        color: '#000',        border: '0',        cursor: 'auto'      },      // styles for the overlay       overlayCSS: {        opacity: 0.4,        cursor: 'auto'      }    });  }  function Show2() {    $.blockUI({ message: $('#submitOK2'),      css: {        padding: 0,        margin:'-185px 0 0 -453px',        width: '0px',		//height:'0px',        top: '50%',        left: '50%',        textAlign: 'center',        color: '#000',        border: '0',        cursor: 'auto'      },      // styles for the overlay       overlayCSS: {        opacity: 0.4,        cursor: 'auto'      }    });  }    function Show3() {    $.blockUI({ message: $('#submitOK3'),      css: {        padding: 0,        margin:'-185px 0 0 -453px',        width: '0px',		//height:'0px',        top: '50%',        left: '50%',        textAlign: 'center',        color: '#000',        border: '0',        cursor: 'auto'      },      // styles for the overlay       overlayCSS: {        opacity: 0.4,        cursor: 'auto'      }    });  }
