var pvPopupParms = 'scrollbars,width=650,height=600,left=150,screenx=150,top=50,screeny=50';
var EaFPopupParms = 'scrollbars,width=650,height=325,left=150,screenx=150,top=50,screeny=50';
function propLinkLoad() {
	addEvent("eaf", "click", event_popup_features(EaFPopupParms));
	addEvent("pv", "click", event_popup_features(pvPopupParms));
}

