

//CF NAVIGATE ERROR HANDLERS


    var mycallBack = function(){
        document.getElementById("callback").innerHTML = "<br><br><b>Callback handler.</b>";
    } 

<!--- The error handler pops an alert with the error code and message. --->
    var myerrorhandler = function(errorCode,errorMessage){
        alert("[In Error Handler]" + "\n\n" + "Error Code: " + errorCode + "\n\n" + "Error Message: " + errorMessage);
    } 
	
	//  GENERAL SLIDE SHOW


$().ready(function() {

  $('#emergencyNotice')
     .jqDrag('.jqDrag')
     .jqResize('.jqResize')
	//document.getElementById('ex3').style.visibility = "hidden";
	// document.getElementById('contactResult').style.visibility = "visible"; 
    .jqm({
      trigger:'a.emergencyNotice',
      overlay: 68,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',100).slideDown();
		h.w.css('background-color','#FFFFFF');
		//document.getElementById('contactStart').style.visibility = 'visible';
	    //document.getElementById('fnameFlag').style.visibility = 'hidden';
	    //document.getElementById('lnameFlag').style.visibility = 'hidden';
	    //document.getElementById('emailFlag').style.visibility = 'hidden';
	    //document.getElementById('messageFlag').style.visibility = 'hidden'; 
	  
		//document.getElementById('contactStart').innerHTML = cntForm;
		//document.contactformsp.reset();
		//document.getElementById('contactSPResult').innerHTML = '';
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
       //h.w.fadeOut(5000,function() { if(h.o) h.o.remove(); }); }
	   //document.getElementById('contactResult').style.visibility = 'hidden';
	   //document.getElementById('contactStart').style.visibility = 'visible'; 
	   h.w.slideUp(450,function() { if(h.o) h.o.remove(); }); }
      });
});



$().ready(function() {

  $('#contactformtwo')
     .jqDrag('.jqDrag')
     .jqResize('.jqResize')
	//document.getElementById('ex3').style.visibility = "hidden";
	// document.getElementById('contactResult').style.visibility = "visible"; 
    .jqm({
      trigger:'a.contactformtwo',
      overlay: 68,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',100).slideDown();
		h.w.css('background-color','#FFFFFF');
		//document.getElementById('contactStart').style.visibility = 'visible';
	    //document.getElementById('fnameFlag').style.visibility = 'hidden';
	    //document.getElementById('lnameFlag').style.visibility = 'hidden';
	    //document.getElementById('emailFlag').style.visibility = 'hidden';
	    //document.getElementById('messageFlag').style.visibility = 'hidden'; 
	  
		//document.getElementById('contactStart').innerHTML = cntForm;
		//document.contactformsp.reset();
		//document.getElementById('contactSPResult').innerHTML = '';
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
       //h.w.fadeOut(5000,function() { if(h.o) h.o.remove(); }); }
	   //document.getElementById('contactResult').style.visibility = 'hidden';
	   //document.getElementById('contactStart').style.visibility = 'visible'; 
	   h.w.slideUp(450,function() { if(h.o) h.o.remove(); }); }
      });
});
	
//CONTACT GENERAL DRAG AND RESIZE

$().ready(function() {

  $('#contactform')
     .jqDrag('.jqDrag')
     .jqResize('.jqResize')
	//document.getElementById('ex3').style.visibility = "hidden";
	// document.getElementById('contactResult').style.visibility = "visible"; 
    .jqm({
      trigger:'a.contactform',
      overlay: 68,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',100).slideDown();
		h.w.css('background-color','#FFFFFF');
		//document.getElementById('contactStart').style.visibility = 'visible';
	    //document.getElementById('fnameFlag').style.visibility = 'hidden';
	    //document.getElementById('lnameFlag').style.visibility = 'hidden';
	    //document.getElementById('emailFlag').style.visibility = 'hidden';
	    //document.getElementById('messageFlag').style.visibility = 'hidden'; 
	  
		//document.getElementById('contactStart').innerHTML = cntForm;
		//document.contactformsp.reset();
		//document.getElementById('contactSPResult').innerHTML = '';
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
       //h.w.fadeOut(5000,function() { if(h.o) h.o.remove(); }); }
	   //document.getElementById('contactResult').style.visibility = 'hidden';
	   //document.getElementById('contactStart').style.visibility = 'visible'; 
	   h.w.slideUp(450,function() { if(h.o) h.o.remove(); }); }
      });
});

//DVD REQUEST FORM

$().ready(function() {

  $('#dvdreqform')
     .jqDrag('.jqDrag')
     .jqResize('.jqResize')
	//document.getElementById('ex3').style.visibility = "hidden";
	// document.getElementById('contactResult').style.visibility = "visible"; 
    .jqm({
      trigger:'a.dvdreqform',
      overlay: 68,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',100).slideDown();
		h.w.css('background-color','#FFFFFF');
		//document.getElementById('contactStart').style.visibility = 'visible';
	    //document.getElementById('fnameFlag').style.visibility = 'hidden';
	    //document.getElementById('lnameFlag').style.visibility = 'hidden';
	    //document.getElementById('emailFlag').style.visibility = 'hidden';
	    //document.getElementById('messageFlag').style.visibility = 'hidden'; 
	  
		//document.getElementById('contactStart').innerHTML = cntForm;
		//document.contactformsp.reset();
		//document.getElementById('contactSPResult').innerHTML = '';
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
       //h.w.fadeOut(5000,function() { if(h.o) h.o.remove(); }); }
	   //document.getElementById('contactResult').style.visibility = 'hidden';
	   //document.getElementById('contactStart').style.visibility = 'visible'; 
	   h.w.slideUp(450,function() { if(h.o) h.o.remove(); }); }
      });
});


//MAP FORM
$().ready(function() {

  $('#mapform')
   .jqDrag('.jqDrag')
   //.jqResize('.jqResize')
	//document.getElementById('ex3').style.visibility = "hidden";
	// document.getElementById('contactResult').style.visibility = "visible"; 
    .jqm({
      trigger:'a.mapform',
      overlay: 68,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',100).slideDown();
		h.w.css('background-color','#FFFFFF');
		h.w.css('width', '660px');
		h.w.css('height', '600px');
		//document.getElementById('contactStart').style.visibility = 'visible';
	    //document.getElementById('fnameFlag').style.visibility = 'hidden';
	    //document.getElementById('lnameFlag').style.visibility = 'hidden';
	    //document.getElementById('emailFlag').style.visibility = 'hidden';
	    //document.getElementById('messageFlag').style.visibility = 'hidden'; 
	  
		//document.getElementById('contactStart').innerHTML = cntForm;
		//document.contactformsp.reset();
		//document.getElementById('contactSPResult').innerHTML = '';
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
       //h.w.fadeOut(5000,function() { if(h.o) h.o.remove(); }); }
	   //document.getElementById('contactResult').style.visibility = 'hidden';
	   //document.getElementById('contactStart').style.visibility = 'visible'; 
	   h.w.slideUp(450,function() { if(h.o) h.o.remove(); }); }
      });
});

//MAP FORM
$().ready(function() {

  $('#millermapform')
   .jqDrag('.jqDrag')
   //.jqResize('.jqResize')
	//document.getElementById('ex3').style.visibility = "hidden";
	// document.getElementById('contactResult').style.visibility = "visible"; 
    .jqm({
      trigger:'a.millermapform',
      overlay: 68,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',100).slideDown();
		h.w.css('background-color','#FFFFFF');
		h.w.css('width', '660px');
		h.w.css('height', '600px');
		//document.getElementById('contactStart').style.visibility = 'visible';
	    //document.getElementById('fnameFlag').style.visibility = 'hidden';
	    //document.getElementById('lnameFlag').style.visibility = 'hidden';
	    //document.getElementById('emailFlag').style.visibility = 'hidden';
	    //document.getElementById('messageFlag').style.visibility = 'hidden'; 
	  
		//document.getElementById('contactStart').innerHTML = cntForm;
		//document.contactformsp.reset();
		//document.getElementById('contactSPResult').innerHTML = '';
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
       //h.w.fadeOut(5000,function() { if(h.o) h.o.remove(); }); }
	   //document.getElementById('contactResult').style.visibility = 'hidden';
	   //document.getElementById('contactStart').style.visibility = 'visible'; 
	   h.w.slideUp(450,function() { if(h.o) h.o.remove(); }); }
      });
});

//SUBSCRIBE FORM
$().ready(function() {

  $('#subscribeform')
   .jqDrag('.jqDrag')
   //.jqResize('.jqResize')
	//document.getElementById('ex3').style.visibility = "hidden";
	// document.getElementById('contactResult').style.visibility = "visible"; 
    .jqm({
      trigger:'a.subscribeform',
      overlay: 68,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',100).slideDown();
		h.w.css('background-color','#FFFFFF');
		h.w.css('width', '660px');
		h.w.css('height', '600px');
		//document.getElementById('contactStart').style.visibility = 'visible';
	    //document.getElementById('fnameFlag').style.visibility = 'hidden';
	    //document.getElementById('lnameFlag').style.visibility = 'hidden';
	    //document.getElementById('emailFlag').style.visibility = 'hidden';
	    //document.getElementById('messageFlag').style.visibility = 'hidden'; 
	  
		//document.getElementById('contactStart').innerHTML = cntForm;
		//document.contactformsp.reset();
		//document.getElementById('contactSPResult').innerHTML = '';
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
       //h.w.fadeOut(5000,function() { if(h.o) h.o.remove(); }); }
	   //document.getElementById('contactResult').style.visibility = 'hidden';
	   //document.getElementById('contactStart').style.visibility = 'visible'; 
	   h.w.slideUp(450,function() { if(h.o) h.o.remove(); }); }
      });
});

//FRIENDS FOR FREE FORM
$().ready(function() {

  $('#fforfreeform')
   .jqDrag('.jqDrag')
   //.jqResize('.jqResize')
	//document.getElementById('ex3').style.visibility = "hidden";
	// document.getElementById('contactResult').style.visibility = "visible"; 
    .jqm({
      trigger:'a.fforfreeform',
      overlay: 68,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',100).slideDown();
		h.w.css('background-color','#FFFFFF');
		h.w.css('width', '660px');
		h.w.css('height', '600px');
		//document.getElementById('contactStart').style.visibility = 'visible';
	    //document.getElementById('fnameFlag').style.visibility = 'hidden';
	    //document.getElementById('lnameFlag').style.visibility = 'hidden';
	    //document.getElementById('emailFlag').style.visibility = 'hidden';
	    //document.getElementById('messageFlag').style.visibility = 'hidden'; 
	  
		//document.getElementById('contactStart').innerHTML = cntForm;
		//document.contactformsp.reset();
		//document.getElementById('contactSPResult').innerHTML = '';
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
       //h.w.fadeOut(5000,function() { if(h.o) h.o.remove(); }); }
	   //document.getElementById('contactResult').style.visibility = 'hidden';
	   //document.getElementById('contactStart').style.visibility = 'visible'; 
	   h.w.slideUp(450,function() { if(h.o) h.o.remove(); }); }
      });
});

//CONTACT GENERAL DRAG AND RESIZE

$().ready(function() {

  $('#rentalOne')
     .jqDrag('.jqDrag')
     .jqResize('.jqResize')
	//document.getElementById('ex3').style.visibility = "hidden";
	// document.getElementById('contactResult').style.visibility = "visible"; 
    .jqm({
		 
		 
      trigger:'a.rentalOne',
      overlay: 68,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',100).slideDown();
		h.w.css('background-color','#000000');
		h.w.css('border','1px solid #000000');
		h.w.css('width','600px');
		//document.getElementById('contactStart').style.visibility = 'visible';
	    //document.getElementById('fnameFlag').style.visibility = 'hidden';
	    //document.getElementById('lnameFlag').style.visibility = 'hidden';
	    //document.getElementById('emailFlag').style.visibility = 'hidden';
	    //document.getElementById('messageFlag').style.visibility = 'hidden'; 
	  
		//document.getElementById('contactStart').innerHTML = cntForm;
		//document.contactformsp.reset();
		//document.getElementById('contactSPResult').innerHTML = '';
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
       //h.w.fadeOut(5000,function() { if(h.o) h.o.remove(); }); }
	   //document.getElementById('contactResult').style.visibility = 'hidden';
	   //document.getElementById('contactStart').style.visibility = 'visible'; 
	   h.w.slideUp(450,function() { if(h.o) h.o.remove(); }); }
      });
});



//CONTACT GENERAL DRAG AND RESIZE

$().ready(function() {

  $('#rentalTwo')
     .jqDrag('.jqDrag')
     .jqResize('.jqResize')
	//document.getElementById('ex3').style.visibility = "hidden";
	// document.getElementById('contactResult').style.visibility = "visible"; 
    .jqm({
      trigger:'a.rentalTwo',
      overlay: 68,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',100).slideDown();
		h.w.css('background-color','#000000');
		h.w.css('border','1px solid #000000');
		h.w.css('width','600px');
		//document.getElementById('contactStart').style.visibility = 'visible';
	    //document.getElementById('fnameFlag').style.visibility = 'hidden';
	    //document.getElementById('lnameFlag').style.visibility = 'hidden';
	    //document.getElementById('emailFlag').style.visibility = 'hidden';
	    //document.getElementById('messageFlag').style.visibility = 'hidden'; 
	  
		//document.getElementById('contactStart').innerHTML = cntForm;
		//document.contactformsp.reset();
		//document.getElementById('contactSPResult').innerHTML = '';
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
       //h.w.fadeOut(5000,function() { if(h.o) h.o.remove(); }); }
	   //document.getElementById('contactResult').style.visibility = 'hidden';
	   //document.getElementById('contactStart').style.visibility = 'visible'; 
	   h.w.slideUp(450,function() { if(h.o) h.o.remove(); }); }
      });
});


//RAD 2010 SLIDE SHOW
$().ready(function() {

  $('#radSS_1')
    //.jqDrag('.jqDrag')
    //.jqResize('.jqResize')
	// document.getElementById('contactStart').style.visibility = "visible";
	// document.getElementById('contactResult').style.visibility = "visible"; 
    .jqm({
      trigger:'a.radSS_1',
      overlay: 68,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',100).slideDown();
		h.w.css('background-color','transparent');
		h.w.css('border','50px solid #333333');
		h.w.css('width','520px');
		//h.w.css('height','680px');
		//document.getElementById('contactStart').innerHTML = cntForm;
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
       //h.w.fadeOut(5000,function() { if(h.o) h.o.remove(); }); }
	   //document.getElementById('contactResult').style.visibility = 'hidden';
	   //document.getElementById('contactStart').style.visibility = 'visible'; 
	   h.w.slideUp(450,function() { if(h.o) h.o.remove(); }); }
      });
});

//CHOCOLATE SLIDE SHOW
$().ready(function() {

  $('#wsSlideShow')
    .jqDrag('.jqDrag')
    .jqResize('.jqResize')
	// document.getElementById('contactStart').style.visibility = "visible";
	// document.getElementById('contactResult').style.visibility = "visible"; 
    .jqm({
      trigger:'a.wsSlideShow',
      overlay: 68,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',100).slideDown();
		h.w.css('background-color','transparent');
		//h.w.css('border','1px solid #FFFFFF');
		//h.w.css('width','450px');
		//h.w.css('height','680px');
		//document.getElementById('contactStart').innerHTML = cntForm;
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
       //h.w.fadeOut(5000,function() { if(h.o) h.o.remove(); }); }
	   //document.getElementById('contactResult').style.visibility = 'hidden';
	   //document.getElementById('contactStart').style.visibility = 'visible'; 
	   h.w.slideUp(450,function() { if(h.o) h.o.remove(); }); }
      });
});





//MOTION PICTURES MODAL WINDOW
$().ready(function() {

  $('#mpModal')
    //.jqDrag('.jqDrag')
    //.jqResize('.jqResize')
	// document.getElementById('contactStart').style.visibility = "visible";
	// document.getElementById('contactResult').style.visibility = "visible"; 
    .jqm({
      trigger:'a.mpModal',
      overlay: 68,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',100).slideDown();
		h.w.css('background-color','transparent');
		h.w.css('border','none');
		h.w.css('width','520px');
		//h.w.css('height','680px');
		//document.getElementById('contactStart').innerHTML = cntForm;
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
       //h.w.fadeOut(5000,function() { if(h.o) h.o.remove(); }); }
	   //document.getElementById('contactResult').style.visibility = 'hidden';
	   //document.getElementById('contactStart').style.visibility = 'visible'; 
	   h.w.slideUp(450,function() { if(h.o) h.o.remove(); }); }
      });
});

//shortMovie PICTURES MODAL WINDOW
$().ready(function() {

  //$('#shortMovie')
    //.jqDrag('.jqDrag')
    //.jqResize('.jqResize')
	// document.getElementById('contactStart').style.visibility = "visible";
	// document.getElementById('contactResult').style.visibility = "visible";
	$('#shortMovie').jqm({ajax:'',modal:true, trigger: 'a.shortMovie',//});
//    .jqm({
//      trigger:'a.shortMovie',
      overlay: 68,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',100).slideDown();
		h.w.css('background-color','#990033');
		h.w.css('border','none');
		h.w.css('width','520px');
		//h.w.css('height','680px');
		//document.getElementById('contactStart').innerHTML = cntForm;
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
       //h.w.fadeOut(5000,function() { if(h.o) h.o.remove(); }); }
	   //document.getElementById('contactResult').style.visibility = 'hidden';
	   //document.getElementById('contactStart').style.visibility = 'visible'; 
	   h.w.slideUp(450,function() { if(h.o) h.o.remove(); }); }
      });
});

//// START LIVE shortMovie BIND
//jQuery().ready(function($){
// 
//  // initialize modal,
//  // load the container with a remote return based on the 'href'
//  //    attribute of triggering element(s)
// 
//  //$('#contactsschform').jqm({ajax:'@href'});
// 
// 
//  // open the modal whenever anchor links on the page are clicked
//   $('.shortMovie').live('click',function(){
//      $('#shortMovie').jqmShow();
//  });
// 
// 
//})




//jQuery().ready(function($){ 
//  // initialize modal, 
//  // load the container with a remote return based on the 'href' 
//  //    attribute of triggering element(s) 
//  $('#shortMovie').jqm({ajax:'@href'}); 
//  // open the modal whenever anchor links on the page are clicked 
//   $('a').live('click',function(){ 
//      $('#shortMovie').jqmShow(); 
//  }); 
//}); 

 




//END  shortMovie LIVE BIND

//shortMovie PICTURES MODAL WINDOW
$().ready(function() {

  $('#shortMovie')
    //.jqDrag('.jqDrag')
    //.jqResize('.jqResize')
	// document.getElementById('contactStart').style.visibility = "visible";
	// document.getElementById('contactResult').style.visibility = "visible"; 
    .jqm({
      trigger:'a.shortMovie',
      overlay: 68,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',100).slideDown();
		h.w.css('background-color','transparent');
		h.w.css('border','none');
		h.w.css('width','520px');
		//h.w.css('height','680px');
		//document.getElementById('contactStart').innerHTML = cntForm;
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
       //h.w.fadeOut(5000,function() { if(h.o) h.o.remove(); }); }
	   //document.getElementById('contactResult').style.visibility = 'hidden';
	   //document.getElementById('contactStart').style.visibility = 'visible'; 
	   h.w.slideUp(450,function() { if(h.o) h.o.remove(); }); }
      });
});

// START LIVE shortMovie BIND
jQuery().ready(function($){
 
  // initialize modal,
  // load the container with a remote return based on the 'href'
  //    attribute of triggering element(s)
 
  //$('#contactsschform').jqm({ajax:'@href'});
 
 
  // open the modal whenever anchor links on the page are clicked
   $('.shortMovie').live('click',function(){
      $('#shortMovie').jqmShow();
  });
 
 
})
//END  shortMovie LIVE BIND

//CONCERT VIDEO

//concertVideo PICTURES MODAL WINDOW
$().ready(function() {

  $('#concertVideo')
    .jqDrag('.jqDrag')
    .jqResize('.jqResize')
	// document.getElementById('contactStart').style.visibility = "visible";
	// document.getElementById('contactResult').style.visibility = "visible"; 
    .jqm({
      trigger:'a.concertVideo',
      overlay: 68,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',100).slideDown();
		//h.w.css('background-color','transparent');
		h.w.css('border','none');
		h.w.css('width','700px');
		//h.w.css('height','680px');
		//document.getElementById('contactStart').innerHTML = cntForm;
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
       //h.w.fadeOut(5000,function() { if(h.o) h.o.remove(); }); }
	   //document.getElementById('contactResult').style.visibility = 'hidden';
	   //document.getElementById('contactStart').style.visibility = 'visible'; 
	   h.w.slideUp(450,function() { if(h.o) h.o.remove(); }); }
      });
});

// START LIVE concertVideo BIND
jQuery().ready(function($){
 
  // initialize modal,
  // load the container with a remote return based on the 'href'
  //    attribute of triggering element(s)
 
  //$('#contactsschform').jqm({ajax:'@href'});
 
 
  // open the modal whenever anchor links on the page are clicked
   $('.concertVideo').live('click',function(){
      $('#concertVideo').jqmShow();
  });
 
 
})
//END  concertVideo LIVE BIND











    <!---CONTACT FORM SUBMIT AND CLOSE  --->

   function submitGeneral() {
	   //alert('tadaCNT.');
       var firstnamecont = document.getElementById("firstnamecont").value;
       var lastnamecont = document.getElementById("lastnamecont").value;
	   var emailcont = document.getElementById("emailcont").value;
	   var messagecont = document.getElementById("messagecont").value;
	  
      //Employ Mr. T error handling
      if(firstnamecont == '') { alert('Please enter your first name'); return false; }
      if(lastnamecont == '') { alert('Please enter your last name'); return false; }
	  if(emailcont == '') { alert('Please enter your email address'); return false; }
	  if(messagecont == '') { alert('Please enter your message'); return false; }
	 //alert('tada two');
	 ColdFusion.navigate('doContactGeneral.cfm','contResult',mycallBack,myerrorhandler,'post','newcontactform');
	  document.getElementById('contStart').style.visibility = 'hidden';
	  document.getElementById('contResult').style.visibility = 'visible';
      return false;
  }
  


   function submitDVDReq(str) {
	  // alert('dvdreq.');
       var firstname = document.getElementById("firstnamecont").value;
       var lastname = document.getElementById("lastnamecont").value;
	   var emaildvdcont = document.getElementById("emaildvdcont").value;
	   var staddress = document.getElementById("stAddress").value;
	   var cityField = document.getElementById("city").value;
	   var stateField = document.getElementById("state").value;
	   var zipField = document.getElementById("zip").value;
	   
	  
      //Employ Mr. T error handling
      //if(firstname == '') { alert('Please enter your first name'); return false; }
      //if(lastname == '') { alert('Please enter your last name'); return false; }
	  if(emaildvdcont == '') { alert('Please enter your email address'); return false; }
	  //if(staddress == '') { alert('Please enter your street address'); return false; }
	  //if(cityField == '') { alert('Please enter your city'); return false; }
	  //if(stateField == '') { alert('Please enter your state'); return false; }
	  //if(zipField == '') { alert('Please enter your zip code'); return false; }

	 // alert('tada two');
	 ColdFusion.navigate('doContactGeneral.cfm?ID=' + str,'contDVDResult',mycallBack,myerrorhandler,'post','dvdform');
	  document.getElementById('contStart').style.visibility = 'hidden';
	  document.getElementById('contResult').style.visibility = 'visible';
      return false;
  }
  



