﻿function popup(url, name, width, height)
{
settings = "toolbar=no, location=yes, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width="+width+", height="+height;
popupWindow = window.open(url, name, settings);
}