function openWindow(url,width,height)
{
window.open(url, "Smith", "toolbar=no, location=no, menubar=no, scrollbars=no, width=" + width + ", height=" + height + ", resizeable=yes, status=no");
}