/*
Bluesky-Studios javascript file 1
© Andy Hibbert 2005 - http://www.bluesky-studios.co.uk
*/

function writeDate()
	{
   document.write("<font size='-2'; color='navy'>Page last updated ");
   document.write(DOWArray[(LastModDate.getDay()+1)], ", ");
   document.write(MOYArray[(LastModDate.getMonth()+1)], " ");
var lastmodifiedy = LastModDate.getYear();
if (lastmodifiedy < 1000) lastmodifiedy+=1900;
   document.write(LastModDate.getDate(), ", ",(lastmodifiedy));
   document.write(".</font>");
	}

function newWindow1(url, width, height) {
    nameW='feature'
 if (navigator.appVersion.indexOf('4') != -1) {
 xTop = screen.width/2 - (width/2);
 yTop = screen.height/2 - (height/2);
 window.open(url, nameW, 'height='+height+',width='+width+',scrollbars=1,resizable=1,menubar=0,toolbar=1,status=0,location=0,directories=0,left=' + xTop + ',top=' + yTop + '');
 } else {
 window.open(url, nameW, 'height='+height+',width='+width+',scrollbars=0,resizable=0,menubar=0,toolbar=1,status=0,location=0,directories=0,left=150,top=200');
 }
}

function newWindow1a(url, width, height) {
    nameW='feature'
 if (navigator.appVersion.indexOf('4') != -1) {
 xTop = screen.width/2 - (width/2);
 yTop = screen.height/2 - (height/2);
 window.open(url, nameW, 'height='+height+',width='+width+',scrollbars=0,resizable=0,title=0,menubar=0,toolbar=0,status=0,location=0,directories=0,left=' + xTop + ',top=' + yTop + '');
 } else {
 window.open(url, nameW, 'height='+height+',width='+width+',scrollbars=0,resizable=0,title=0,menubar=0,toolbar=0,status=0,location=0,directories=0,left=150,top=200');
 }
}

function newWindow1b(url, width, height) {
    nameW='feature'
 if (navigator.appVersion.indexOf('4') != -1) {
 xTop = screen.width/2 - (width/2);
 yTop = screen.height/2 - (height/2);
 window.open(url, nameW, 'height='+height+',width='+width+',scrollbars=1,resizable=1,title=0,menubar=0,toolbar=0,status=0,location=0,directories=0,left=' + xTop + ',top=' + yTop + '');
 } else {
 window.open(url, nameW, 'height='+height+',width='+width+',scrollbars=1,resizable=1,title=0,menubar=0,toolbar=0,status=0,location=0,directories=0,left=150,top=200');
 }
}

function newWindow2(url, width, height) {
    nameW='feature'
 if (navigator.appVersion.indexOf('4') != -1) {
 xTop = screen.width/2 - (width/2);
 yTop = screen.height/2 - (height/2);
 window.open(url, nameW, 'height='+height+',width='+width+',scrollbars=1,resizable=1,menubar=0,toolbar=0,status=0,location=0,directories=0,left=' + xTop + ',top=' + yTop + '');
 } else {
 window.open(url, nameW, 'height='+height+',width='+width+',scrollbars=0,resizable=0,menubar=0,toolbar=0,status=0,location=0,directories=0,left=300,top=300');
 }
}

function jump() {
if (top.frames.length!=0)
top.location=self.document.location;
}

function closeThis()
	{
self.close()
	}


