<!--

function popWindow(url,wide,high) {
	
	if (typeof wide == "undefined") wide=400;
	if (typeof high == "undefined") high=500;
	link = window.open(url,"FX",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+wide+',height='+high+',left=30,top=40');link.focus();

 }

//-->

