$(document).ready(function() {
$(".popup").click(function(){
	window.open(this.href, "movie","width=600,height=560,location=no, menubar=no, resizable=yes, scrollbars=no, status=yes, toolbar=no");
	return false;
});
});
