function Popup(url) {
	popupwindow=window.open(url,'Popup','left=100,top=200,height=500,width=950,scrollbars=yes');
}