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

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