function popUp(page, width, height)
{
	window.open(page,null,"height="+height+",width="+width+",status=no,toolbar=no,menubar=no,location=no,scrollbars=yes");
}