function Popup(link)
{
	var w = window.open(link,"","height=400,width=700,scrollbars");
}
