function OpenPopUp(link, title, fromleft, fromtop, width, height, scrollbar, resizable)
{
	window.open(link, title, "left="+fromleft+",top="+fromtop+",width="+width+",height="+height+",menubar=no,status=no,toolbar=no,location=no,resizable="+resizable+",scrollbars="+scrollbar+",hotkeys=no");
}

