function popup(url, w, h)
{
	winpops=window.open(url, "", "width=" + w + ",height=" + h + ",resizable=no")
}