<!--
function contact(ref) {	
var strFeatures="toolbar=no,status=no,menubar=no,location=no"
	strFeatures=strFeatures+",scrollbars=yes,resizable=yes,height=560,width=700"
	
	newWin = window.open(ref,"Contact",strFeatures);
	newWin.opener = top;
}
//-->
<!--
function webmasters(ref) {	
var strFeatures="toolbar=no,status=no,menubar=no,location=no"
	strFeatures=strFeatures+",scrollbars=yes,resizable=yes,height=400,width=600"
	
	newWin = window.open(ref,"Webmasters",strFeatures);
	newWin.opener = top;
}
//-->