function WindowOpen2() 
{ 
contents= "<h1>Selection Help</h1>" ; 
contents+= "<p>--   To retrieve every SP file # recorded this year click on All SP#s. ";
contents+= "<br>&nbsp&nbsp&nbsp    (This may take a while when selecting from the Members";
contents+= "<br>&nbsp&nbsp&nbsp  SP database, there are thousands of SP's.)";
contents+= "<br>--  To reduce the number of rows returned, use the selection ";
contents+= "<br>&nbsp&nbsp&nbsp     criteria to limit the SP's you wish to review. ";

contents+= "<br>--  Once you have retrieved the SP's, you can select and ";
contents+= "<br>&nbsp&nbsp&nbsp     save SP's to your own personal database called (My SP#s)."; 
contents+= "<br>--  To save SP's to your personal database (My SP#s), ";
contents+= "<br>&nbsp&nbsp&nbsp    just select the checkbox to the left of desired row(s), ";
contents+= "<br>&nbsp&nbsp&nbsp    then click on the save button at the bottom of the page.";
contents+= "<br>--  To retrieve the SP's you have saved to your personal database,";
contents+= "<br>&nbsp&nbsp&nbsp    click on My SP#s.";
contents+= "<br>--  To delete saved SP's from your personal database, click on";
contents+= "<br>&nbsp&nbsp&nbsp    My SP#s. Select the checkbox to the left of the desired row(s),";
contents+= "<br>&nbsp&nbsp&nbsp    then click on the delete button at the bottom of the page.";
contents+= "<br>--  Use the Reset button to reset the selection criteria. ";
contents+= "<form><input type='submit' value='Close' " ; contents+= "onclick='window.close(); return false;'></form>" ; Win1=window.open( '' , 'Window1' , 'resizable,height=450,width=425' ); 
Win1.document.writeln(contents); 
} 




