function openWindow(url,name,options)
{
newWindow = window.open(url,name,options+',toolbar=no,scrollbars=no');
}
