function popUp(url)
{
	var winpops = window.open(url,"","width=370,height=230")
}