function opensave() 
{ 
var OpenWindow=window.open("", "newwin", "width=400,height=280"); 
OpenWindow.document.write("<HTML>")
OpenWindow.document.write("<font size='2' face='arial,sanserif' color='#0033FF'>")
OpenWindow.document.write("<TITLE>Seven Page of Life</TITLE>") 
OpenWindow.document.write("<BODY BGCOLOR='#FFFFFF'>")
OpenWindow.document.write("<CENTER>") 
OpenWindow.document.write("<font size=3><b>Save Your Data</b></font><br><br>")
OpenWindow.document.write("</CENTER>") 
OpenWindow.document.write("This section of the site contains a new, holistic approach to journaling. It is an interactive process which enables an individual to either download the template for use off-line or use the internet version to prepare journal entries.<br><br>IMPORTANT: After the form is filled in, click on the <font color='#FF0000'>Save</font> button below the form, name the new file, and save it to the appropriate location on the computer; otherwise, the entries will be lost! All of the entries on the form are erased when the browser page is closed and cannot be recovered.<br><br>")
OpenWindow.document.write("<CENTER>")
OpenWindow.document.write("<HR WIDTH='60%'>") 
OpenWindow.document.write("<a href='' onClick='self.close()'>Click Here to Close</a>") 
OpenWindow.document.write("</CENTER>") 
OpenWindow.document.write("</HTML>") 
} 
