
function ShowSmallWindow(src, width, height)
{
	window.open(src, "message","toolbar=0,scrollbars=0,resizable=1,width="+width+",height="+height+",Left=100,Top=50");
}