var features=("status=no,scrollbars=no,resizable=no,width=600,height=400");
function openWindow(theURL,fieldName,features)
{
   window.open(theURL,fieldName,features);
}