﻿// JScript File
function popUp(page)
{
	window.open(page,"","width=800 height=500,scrollbars=yes,menubar=no,resizable=yes");
}