function popUp(thisPage,height)
{
	strPageName = thisPage;
	window.open(strPageName, "popUp", "width=495, height=" + height + ", toolbars=no, scrollbars=yes");
}