<!--

// JavaScripts for www.st-keverne.com/history/

// Window Functions 


//  Open PopUp Editor Form 

function mailWin(the_url) 
{ var ed_window = window.open(the_url,'ed_window', 'height=460,width=444,screenX=150,left=150,screenY=10,top=10,scrollbars');  
} 
//  Open PopUp Programme of Events 

function progWin(the_url) 
{ var prog_window = window.open(the_url,'prog_window', 'height=550,width=450,screenX=50,left=50,screenY=10,top=10,scrollbars');  
} 

// Guestbook Window

function guestWin(the_url) 
{ var guest_window = window.open(the_url,'guest_window', 'height=560,width=646,screenX=15,left=15,screenY=10,top=10,scrollbars,resizable');  
} 
// variables for guest book overlib pop up
var ol_width = "400";
var ol_fgcolor ="#FFFFF3"

// Chat Window

function chatWin(the_url) 
{ var chat_window = window.open(the_url,'chat_window','height=540,width=600,screenX=15,left=15,screenY=10,top=10');  
} 

// Search Window

function searchWin(the_url)
{
var search_window = window.open(the_url,'search_window','height=110,width=300,screenX=150,left=150,screenY=250,top=250,menubar=0,toolbar=0,scrollbars=0,resizable=0');
}

function newSearch() {
  popupWin = window.open('http://www.st-keverne.com/history/search/search_box.html','target01_window','menubar=0,toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,dependent=1,width=300,height=110,left=0,top=0')
}


//  -->

