function pop(theURL,winName,features) 
{ 
archivewindow = window.open(theURL,winName,features);
archivewindow.focus();
return false;
}
