function Popup(url){
	window.open(url,"","WIDTH=340,HEIGHT=100,no scrollbars")
}