
/** JQUERY **/

$(function () {
	$('.dialogBox').dialog({
		modal : true,
		autoOpen : false,
		width : 700,
		height : 400,
		resizable : true
		});
		
	});
