function popup(lPage,strWidth,strHeight)
{
	var popwin = window.open(lPage,"popwin","height=" + strHeight + ",width=" + strWidth + ",status=yes,toolbar=no,menubar=no,location=no");
}