var windowPermissStatus = "http://laurenceplatt.home.att.net/wernererhard/permissi.js"
document.cookie = "permission = permissionWindowClosed"
function openPermissionWindow() { HTMLcode = "<HTML>"
HTMLcode += "<HEAD>"
HTMLcode += "<TITLE>Conversations For Transformation</TITLE>"
HTMLcode += "</HEAD>"
HTMLcode += "<BODY onBeforeUnload='"
HTMLcode += 'document.cookie = "permission = permissionWindowClosed"'
HTMLcode += "'>"
HTMLcode += "<CENTER>"
HTMLcode += '<FONT COLOR="teal">'
HTMLcode += "<H3>Conversations For Transformation</H3>"
HTMLcode += "<H4>Essays By Laurence Platt</H4>"
HTMLcode += "<H4>Inspired By The Ideas Of Werner Erhard</H4>"
HTMLcode += "<H4>And More</H4>"
HTMLcode += '<HR COLOR="teal"/>'
HTMLcode += "<H4>Permission</H4>"
HTMLcode += "</FONT>"
HTMLcode += "</CENTER>"
HTMLcode += "<BR />"
HTMLcode += '<FONT FACE="tahoma" SIZE="-1">'
HTMLcode += "This "
HTMLcode += '<FONT COLOR="teal">'
HTMLcode += "Conversations For Transformation"
HTMLcode += "</FONT>"
HTMLcode += " series of essays, photographs, quotes, and other content "
HTMLcode += "is my gift to you."
HTMLcode += "<BR /><BR />"
HTMLcode += "There is no charge. You may link to the "
HTMLcode += '<FONT COLOR="teal">'
HTMLcode += "Conversations For Transformation"
HTMLcode += "</FONT>"
HTMLcode += " home page at "
HTMLcode += "<BR /><BR />"
HTMLcode += '<FONT COLOR="teal">'
HTMLcode += "http://laurenceplatt.home.att.net/wernererhard"
HTMLcode += "</FONT>"
HTMLcode += "<BR /><BR />"
HTMLcode += "Please make the link text say exactly"
HTMLcode += "<BR /><BR />"
HTMLcode += '<SPAN STYLE="color: teal ; text-decoration: underline" '
HTMLcode += 'onMouseOver="style.color = '
HTMLcode += "'goldenrod' ; style.textDecoration = 'none'"
HTMLcode += '" onMouseOut="style.color = '
HTMLcode += "'teal' ; style.textDecoration = 'underline'"
HTMLcode += '">'
HTMLcode += "Conversations For Transformation: Essays By Laurence "
HTMLcode += "Platt Inspired By The Ideas Of Werner Erhard, And More"
HTMLcode += "</SPAN>"
HTMLcode += "<BR /><BR />"
HTMLcode += "You may print and copy these essays. You may distribute "
HTMLcode += "them by e-mail or by any other means. Please reproduce "
HTMLcode += "them exactly and in their entirety. Please change nothing "
HTMLcode += "- not one period, not one comma. Please include the title "
HTMLcode += "with each essay saying the essays are written by me "
HTMLcode += "inspired by the ideas of Werner Erhard, and more. Please "
HTMLcode += "also include the home page link with each essay and with "
HTMLcode += "each distributed photograph and quote."
HTMLcode += "<BR /><BR />"
HTMLcode += "Beyond that, they're yours to own and to share as you see "
HTMLcode += "fit. I write these "
HTMLcode += '<FONT COLOR="teal">'
HTMLcode += "Conversations For Transformation"
HTMLcode += "</FONT>"
HTMLcode += " for You."
HTMLcode += "<BR /><BR />"
HTMLcode += '<A HREF="laurenc1.html" TARGET="laurenc1" '
HTMLcode += 'onMouseOver="window.defaultStatus = '
HTMLcode += "''"
HTMLcode += ' ; return true">'
HTMLcode += '<IMG SRC="ilysignp.jpg" BORDER="0" />'
HTMLcode += "</A>"
HTMLcode += "<BR /><BR />"
HTMLcode += "Napa Valley, California, USA"
HTMLcode += "<BR />"
HTMLcode += "August 17, 2003"
HTMLcode += "</FONT>"
HTMLcode += "</BODY>"
HTMLcode += "</HTML>"
if (document.cookie.indexOf("permissionWindowClosed") > -1) { topPermissionWindow = (screen.height - 704 - 40) / 2
leftPermissionWindow = (screen.width - 696 - 12) / 2
permissionWindowSizePlaceStatus = "height=704,width=696"
permissionWindowSizePlaceStatus += ",top=" + topPermissionWindow
permissionWindowSizePlaceStatus += ",left=" + leftPermissionWindow
permissionWindowSizePlaceStatus += ",location=no,status=no"
permissionWindow = window.open("","",permissionWindowSizePlaceStatus)
}
permissionWindow.document.write(HTMLcode)
permissionWindow.document.close()
permissionWindow.focus()
document.cookie = "permission = permissionWindowOpen"
}
function closePermissionWindow() { if (document.cookie.indexOf("permissionWindowOpen") > -1) {
permissionWindow.close()
document.cookie = "permission = permissionWindowClosed"
}
}

// Laurence - LP&A 8/11/2009
