// JavaScript Document
//
//jquery widgets and effects - http://docs.jquery.com/UI
//Mimi Flynn
//mflynn@utsystem.edu
	
	$.ui.dialog.defaults.bgiframe = true;
    $(document).ready(function(){
		$("#video").dialog({
			dialogClass: 'flora',
			resizable: false,
			autoOpen: false,
			bgiframe: true,
		    modal: true, 
    		overlay: { 
        		opacity: "0.85", 
        		background: "black"
				},
			width: 522,
			height: 365
		});
		$("#video").dialog("close");
		$("#video2").dialog({
			dialogClass: 'flora',
			resizable: false,
			autoOpen: false,
			bgiframe: true,
		    modal: true, 
    		overlay: { 
        		opacity: "0.85", 
        		background: "black"
				},
			width: 522,
			height: 365
		});
		$("#video2").dialog("close");
		$("#video425x344").dialog({
			dialogClass: 'flora',
			resizable: false,
			autoOpen: false,
			bgiframe: true,
		    modal: true, 
    		overlay: { 
        		opacity: "0.85", 
        		background: "black"
				},
			width: 467,
			height: 414
		});
		$("#video425x344").dialog("close");
		$("#spot").dialog({
			dialogClass: 'flora',
			resizable: false,
			autoOpen: false,
			bgiframe: true,
		    modal: true, 
    		overlay: { 
        		opacity: "0.85", 
        		background: "black"
				},
			width: 522,
			height: 365
		});
		$("#spot").dialog("close");
  		$("#spot425x344").dialog({
			dialogClass: 'flora',
			resizable: false,
			autoOpen: false,
			bgiframe: true,
		    modal: true, 
    		overlay: { 
        		opacity: "0.85", 
        		background: "black"
				},
			width: 467,
			height: 414
		});
		$("#spot425x344").dialog("close");
		$("#video560x340").dialog({
			dialogClass: 'flora',
			resizable: false,
			autoOpen: false,
			bgiframe: true,
		    modal: true, 
    		overlay: { 
        		opacity: "0.85", 
        		background: "black"
				},
			width: 600,
			height: 410
		});
		$("#video560x340").dialog("close");
	});
	
