$(document).ready( function() {
	$(".popup").popup({
		width: 700,
		height: 400,
		toolbar: false,
		menubar: false
	});
});
 
