$(document).ready(
	function()
	{
		$('#contactButton').openDOMWindow({ 
			height:250, 
			width:414
		});
	}
);
