<!--

function popFlyer(url,name,property) {
	newWindow = window.open(url,name,property);
}

//-->