// JavaScript Document

$(function () {
   $('#marquee').marquee() 
});


// Configure Pop Up Boxes
$(function () {
	$('.emailPage').popupWindow({ 
			centerBrowser:1,
			height:494,
			width:638
	}); 
});

// Configure Pop Up Boxes
$(function () {
	$('.enlarge').popupWindow({ 
			centerBrowser:1,
			height:620,
			width:470
	}); 
});