function openWin(page, width, height)
{
	remote = window.open("","","width=" + width +",height=" + height + ",scrollbars=yes");
    remote.location.href = page;
}