if (top.frames.length!=0)
top.location=self.document.location;

function opensmallwindow(sURL,sHeight,sWidth){
	var sFeatures = "top=30,left=300,height="+ (sHeight) +",width="+ (sWidth) + ",status=0,scrollbars=1,resizable=1";
	window.open(sURL,"_blank",sFeatures)
}

function openGlossary(sURL){
	var sFeatures = "top=200,left=350,height=100,width=300,status=0,scrollbars=1,resizable=1";
	window.open(sURL,"_blank",sFeatures)
}
