function OpenPopup(url, name, width, height, scrollbars)
{
	newwindow=window.open(url, name, 'width=' + width + ',height=' + height + ',location=no,menubar=no,resizable=yes,scrollbars=' + scrollbars +',status=no,toolbar=no,top=100,left=100');
	newwindow.focus();
} // function OpenWindow