//Date Function
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
var fulldate =(weekday[d.getDay()] + "&nbsp;&nbsp;&nbsp;" + monthname[d.getMonth()] + " " + d.getDate() + ", " + d.getFullYear())
var partialdate =(monthname[d.getMonth()] + " " + d.getDate() + ", " + d.getFullYear())

function gginfo(URLaddress) { window.open(URLaddress,"GGinfo","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,top=10,left=10,width=400,height=400")
}
function disclaimer() { window.open("disclaimer.html","NewWindow","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,top=10,left=10,width=400,height=400")
}
function artWork(URLaddress) {
window.open(URLaddress,"NewArt","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,top=50,left=50,width=550,height=439")
}
function art(URLaddress) { window.open(URLaddress,"art","toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,top=50,left=50,width=500,height=375")
}
function BoxArt(URLaddress) {
window.open(URLaddress,"NewArt","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,top=10,left=10,width=650,height=550")
}
image1 = new Image();
image1.src = "images/home-on.gif";
image2 = new Image();
image2.src = "images/catalog-on.gif";
image3 = new Image();
image3.src = "images/books-on.gif";
image4 = new Image();
image4.src = "images/miscellanea-on.gif";
image5 = new Image();
image5.src = "images/music-on.gif";
image6 = new Image();
image6.src = "images/gallery-on.gif";
image7 = new Image();
image7.src = "images/bookcare-on.gif";
image8 = new Image();
image8.src = "images/links-on.gif";
image9 = new Image();
image9.src = "images/blog-on.gif";
image10 = new Image();
image10.src = "images/about-on.gif";
 
// One-Off Alert Script © Bruce M. Gittings / Gazeteer for Scotland (www.geo.ed.ac.uk/scotgaz/)
Msg = "Images of books and cover artwork depicted on this site are the \rproperty of their respective publisher, company, or artist. All other \rimages and all text are Copyright 2000-2010 by Prismatrix, Inc., \runless otherwise noted. \r\rNightfall Books is provided for personal and non-commercial \ruse and you may not without prior permission use our text or \rimages on a website, or for any commercial purpose. \r\rFuther information can be found on the Copyright, Terms & Conditions \rpage linked from the copyright statement at the foot of each page. \r\rClicking OK restores normal use of the right-click menu on this page."
DoneIt = false; IsNS = navigator.appName=="Netscape";
document.onmousedown = DoIt;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (IsNS&&parseInt(navigator.appVersion)<5) window.onmousedown = DoIt;
function DoIt(a) { if (DoneIt) { return true }
else if ((IsNS&&a.which>1)||(navigator.appName=="Microsoft Internet Explorer"&&(event.button>1))) { DoneIt=true; alert(Msg); return false } }
