$(document).ready(function() {
	
	// Expand Panel
	$("a.web_ad").click(function(){
		window.open($(this).attr('href'),'flier','width=1000, height=600, menubar=no, toolbar=no, status=no scrollbars=yes, resizable=yes');
		return false;
	});

});
