// JavaScript Document

function openNoteMessage(){

        aPopUp= window.open('','Note','toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,copyhistory=no,width=669,height=648')
        ndoc=aPopUp.document 
        astr ='<html><head><title>Peter Johnson Builders -  A Message from Peter</title><link href="css/style.css" rel="stylesheet" type="text/css" /></head><body><table width="669" border="0" cellspacing="0" cellpadding="0"><tr><td valign="top" width="189"><img src="images/message_sidebar.gif" width="189" height="648" border="0" /></td><td valign="top" width="480"><img src="images/message_banner.gif" width="480" height="107" border="0" alt="From Peter..." /><br /><img src="images/message_content1.gif" width="480" height="476" border="0" alt="Peter Johnson Builders" /><br /><table width="480" cellpadding="0" cellspacing="0" border="0"><tr><td valign="top" width="409"><img src="images/message_signature.gif" width="409" height="65" border="0" alt="Peter Johnson" /></td><td valign="top" width="71"><img src="images/spacer.gif" width="71" height="30" border="0" /><br /><a href="Javascript:window.close()"><img src="images/message_close.gif" width="71" height="35" border="0" alt="Close" /></a></td></tr></table></td></tr></table></body></html>'
        ndoc.write(astr)
        ndoc.close()
        self.aNoteWin = aPopUp
}

