<!--

// JavaScripts for www.st-keverne.com/Art

// Window Functions 
//If page is opened and not in the Frameset show SK.com header
// No Errors
function show_noErrors() {
		return true;
}
   window.onerror = show_noErrors;

function stkhead()
 {
	  if (top==self && document.getElementById)
	{document.getElementById("skhead").style.visibility = "visible";}
	
}
	

//  Open PopUp Form Window

function formWin(the_url) 
{ var the_window = window.open(the_url,'the_window', 'height=548,width=440,screenX=250,left=250,screenY=10,top=10');  
} 



// -->
