function OpenPop(link, w, h)
{
	window.open(link,"new","width=" + w +",height=" + h + ",status=no,resizable=no,scrollbars=no,toolbar=no");
}