function copy(url) {newwindow=window.open(url,'name', 'height=450,width=320, resizable=yes');
	if (window.focus) {newwindow.focus()}return false;}
