$(function() {
	
	$('a.privacy_terms').click(function(e){
		e.preventDefault();
		popstatic('http://www.picturemarketing.com/privacystatement.php');
	});
	
	$('a.patent').click(function(e) {
		e.preventDefault();
		popstatic('http://www.picturemarketing.com/patent.php');		
	});	
	
	function popstatic(url, width, height) {
		var newwindow = window.open(url, '', 'height=700,width=1020,left=100,top=100,resizable=yes,scrollbars=yes,toolbar=yes,status=yes');
		if (window.focus) {newwindow.focus()}
	}
});
