// JavaScript Document
var exit = true; //for links where popup does not appear
var flyin=1;
function NoFlyIn(){flyin=0};
function FlyInAd()
{if(flyin&&document.all&&exit)showModalDialog('fly-in-ad.html',window,'status:no; help:no');}
// name of popup htm file

