function openCloseUp(theURL,winName,features)
{ 
window.open(theURL,winName,config='toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=300,height=350');
}
