$(document).ready(function(){
	
	
	$('.defaultDOMWindow').openDOMWindow({ 
	width:500,
	height:240, 
	eventType:'click',
	borderColor:'#333333'
	
    }); 
	
	
	$("a.defaultDOMWindow").click(function () 
	{
		$("#siteplanflash").hide();
		$("#StaticSitePlan").show();
	});
					
});
