
function NewWindow(url)
{
SubWindow = window.open(url,"New","width=600,height=430,location=no,toolbar=yes,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,menubar=yes,");
SubWindow.focus();
}

