function openWindow(theURL,winName,features) 
{
   F1 = open(theURL,winName,features);
};
