<!--

// 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=450,width=444,screenX=250,left=250,screenY=10,top=10');  
} 
//  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');  
} 

// Open Guestbook Window

function guestWin(the_url) 
{ var guest_window = window.open(the_url,'guest_window', 'height=550,width=640,screenX=10,left=10,screenY=10,top=10,scrollbars,resizable');  
} 
// -->

