function openPic(image){
  var newWin = window.open("", "_blank", "width=500,height=535,top=5,left=50");
  newWin.document.write("<body background=back.jpg marginheight=0 topmargin=0 marginwidth=0 leftmargin=0><center><img src=images/",image,"><br><a href=javascript:void(0); onclick=self.close()><font size=2>Close Window</font></a>");
}

function openPic2(image){
  var newWin = window.open("", "_blank", "width=680,height=535,top=5,left=50");
  newWin.document.write("<body background=back.jpg marginheight=0 topmargin=0 marginwidth=0 leftmargin=0><center><img src=images/",image,"><br><font size=2><a href=javascript:void(0); onclick=self.close()>Close Window</a></font>");
}

function openSample(image){
  var newWin = window.open("", "_blank", "menubar=yes,scrollbars=yes,width=620,height=500top=5,left=50");
  newWin.document.write("<body background=back.jpg marginheight=0 topmargin=0 marginwidth=0 leftmargin=0><img src=images/",image,"><br><center><font size=2><a href=javascript:void(0); onclick=window.print();>Print this page</a><br><a href=javascript:void(0); onclick=self.close()>Close Window</font></a></body></html>");
}

function openCopyright(){
  var newWin = window.open("", "_blank", "toolbar=no,status=no,width=400,height=300,top=100,left=100");
  newWin.document.write("<body background=back.jpg marginheight=10 topmargin=10 marginwidth=10 leftmargin=10><center><b>Copyright Notice</b></center><p><font size=2>Use of this page signifies that you have read and agree to the following terms and conditions:</font></p><p>The text for this website is copyrighted by Lynn Plourde.  Illustrations that appear for each book are copyrighted by the illustrator listed for that book and are used with permission of the publishing company for that book.  Illustrations may not be reproduced and used without permission of the illustrator and publishing company for each illustration/book.  Information from the text of this website along with the family photos of Lynn Plourde may be used/reproduced for educational purposes.<p><center><a href=javascript:void(0); onclick=self.close()><font size=2>Close Window</font></a></p>");
}

function printRequest(){
if (window.print){
	setTimeout('window.print();',0);}
else {alert("Please print this page by using your browser's print button\nor by pressing 'Cmd+P' on your keyboard.");}
}

function openBrochure(){
  var newWin = window.open("brochures.html", "authorVisits,toolbar=no,status=no,width=275,height=175,top=100,left=100");
  newWin.document.write("<body background=back.jpg marginheight=10 topmargin=10 marginwidth=10 leftmargin=10><center><b>Lynn Plourde - Author Visit Brochure</b><br><font size=2>(Microsoft Publisher files - You must have Microsoft Publisher to view/print)</font><p><a href=docs/brochure1.pub>Click here</a> for part 1 of the brochure.<br><a href=docs/brochure2.pub>Click here</a> for part 2 of the brochure.<p><a href=javascript:void(0); onclick=self.close()><font size=2>Close Window</font></a></p>");
}

function openBookmark(){
  var newWin = window.open("bookmark1.html", "bookmark,toolbar=yes,scrollbars=yes,width=770,height=250,top=5,left=5");
  newWin.document.write("<body background=back.jpg marginheight=10 topmargin=10 marginwidth=10 leftmargin=10><center><b>Lynn Plourde - Author Visit Brochure</b><br><font size=2>(Microsoft Publisher files - You must have Microsoft Publisher to view/print)</font><p><a href=docs/brochure1.pub>Click here</a> for part 1 of the brochure.<br><a href=docs/brochure2.pub>Click here</a> for part 2 of the brochure.<p><a href=javascript:void(0); onclick=self.close()><font size=2>Close Window</font></a></p>");
}