var stile = "height=700, width=500, location=no, toolbar=no, scrollbars=yes, resizable=yes";
function popup(url,name) {

			window.open(url, name, stile );}