	var caught = 0;
if (top.frames.length != 0)
{
caught++;
if (caught != 0)
{
top.location=self.document.location;
}
}
	
	function WinOpen (loc) {
	if (loc == "Search"){
		var page = SLinks[1] 
		var win = window.open(""+page+"","NewWindow","width=650,height=480,status=no,resizable,scrollbars,menubar")
		}
	else{
		var page = loc 
		var win = window.open(""+page+"","pdfform","width=640,height=480,status=no,resizable,scrollbars,menubar")
		}
	}
	
	function newWindow(file,window) {
	msgWindow=open(file,window,'resizable=no,width=650,height=480');
	if (msgWindow.opener == null) msgWindow.opener = self;}
	
	function go_back () {
		window.history.back();
	}
	function AOWindow(file,window) {
	msgWindow=open(file,window,'resizable=yes,width=755,height=525');
	if (msgWindow.opener == null) msgWindow.opener = self;}
	
