function popup(url,width,height,scr)
{
	window.open(url, "_blank", "width=" + width + ",height=" + height + ",location=no,resizable=no,scrollbars=" + scr + ",status=no,toolbar=no");
}
