function popcustom(file,title,w,h,x,y) {	popup = window.open(file,title,'width='+ w + ',height='+ h + ',screenX='+ x + ',screenY='+ y + ',scrollbars=0,resizable=1');	if (document.images) {popup.focus();}}function popcustom2(file,title) {	popup = window.open(file,title,'width=627,height=400,screenX=20,screenY=20,directories=1,location=1,resizable=1,scrollbars=1,status=1,toolbar=1');	if (document.images) {popup.focus();}}function popcustom3(file,title,w,h,x,y,scroll,resize) {	popup = window.open(file,title,'width='+w+',height='+h+',screenX='+x+',screenY='+y+',scrollbars='+scroll+',resizable='+resize);	if (document.images) {popup.focus();}}// Begin Image Rollover Functionsfunction nav_swap(i,s) {	if (document.images) {document[i].src=eval('nav_' + i + '_' + s + '.src');}}  if (document.images) {	nav_basics_off=new Image(); nav_basics_off.src="images/nav_basics.gif"; nav_basics_roll=new Image(); nav_basics_roll.src="images/nav_basics_on.gif";	nav_marketing_off=new Image(); nav_marketing_off.src="images/nav_marketing.gif"; nav_marketing_roll=new Image(); nav_marketing_roll.src="images/nav_marketing_on.gif";	nav_audience_off=new Image(); nav_audience_off.src="images/nav_audience.gif"; nav_audience_roll=new Image(); nav_audience_roll.src="images/nav_audience_on.gif";	nav_success_off=new Image(); nav_success_off.src="images/nav_success.gif"; nav_success_roll=new Image(); nav_success_roll.src="images/nav_success_on.gif";	nav_contact_off=new Image(); nav_contact_off.src="images/nav_contact.gif"; nav_contact_roll=new Image(); nav_contact_roll.src="images/nav_contact_on.gif";	nav_about_off=new Image(); nav_about_off.src="images/subnav_about.gif"; nav_about_roll=new Image(); nav_about_roll.src="images/subnav_about_on.gif";	nav_editions_off=new Image(); nav_editions_off.src="images/subnav_editions.gif"; nav_editions_roll=new Image(); nav_editions_roll.src="images/subnav_editions_on.gif";	nav_website_off=new Image(); nav_website_off.src="images/subnav_website.gif"; nav_website_roll=new Image(); nav_website_roll.src="images/subnav_website_on.gif";	nav_editcal_off=new Image(); nav_editcal_off.src="images/subnav_editcal.gif"; nav_editcal_roll=new Image(); nav_editcal_roll.src="images/subnav_editcal_on.gif";	nav_inhome_off=new Image(); nav_inhome_off.src="images/subnav_inhome.gif"; nav_inhome_roll=new Image(); nav_inhome_roll.src="images/subnav_inhome_on.gif";	nav_consumer_off=new Image(); nav_consumer_off.src="images/subnav_consumer.gif"; nav_consumer_roll=new Image(); nav_consumer_roll.src="images/subnav_consumer_on.gif";	nav_circulation_off=new Image(); nav_circulation_off.src="images/subnav_circulation.gif"; nav_circulation_roll=new Image(); nav_circulation_roll.src="images/subnav_circulation_on.gif";	nav_partners_off=new Image(); nav_partners_off.src="images/subnav_partners.gif"; nav_partners_roll=new Image(); nav_partners_roll.src="images/subnav_partners_on.gif";	nav_annuities_off=new Image(); nav_annuities_off.src="images/subnav_annuities.gif"; nav_annuities_roll=new Image(); nav_annuities_roll.src="images/subnav_annuities_on.gif";	nav_hsopps_off=new Image(); nav_hsopps_off.src="images/subnav_hsopps.gif"; nav_hsopps_roll=new Image(); nav_hsopps_roll.src="images/subnav_hsopps_on.gif";	nav_benefits_off=new Image(); nav_benefits_off.src="images/subnav_benefits.gif"; nav_benefits_roll=new Image(); nav_benefits_roll.src="images/subnav_benefits_on.gif";	nav_case1_off=new Image(); nav_case1_off.src="images/subnav_case1.gif"; nav_case1_roll=new Image(); nav_case1_roll.src="images/subnav_case1_on.gif";	nav_case2_off=new Image(); nav_case2_off.src="images/subnav_case2.gif"; nav_case2_roll=new Image(); nav_case2_roll.src="images/subnav_case2_on.gif";}// End Image Rollover Functions	if(document.layers) {		layerRef='document.';		styleRef='';		topRef='.top';	} else if (document.all) {		layerRef='';		styleRef='.style';		topRef='.pixelTop';	}	function dropMenu(section,loc) {		loc2 = ((document.body.offsetWidth - 654)/2 + loc*1);		if(document.getElementById){			document.getElementById(section).style.left=loc2 + "px";		}		eval(layerRef+section+styleRef+leftRef+'='+loc2);	}