
$(document).ready(function(){var $flyout_hidden='div:hidden';var $flyout_visible='.flyout:visible';var $config={sensitivity:3,interval:250,over:showFlyout,timeout:50,out:hideFlyout}
function init(){$("div[id*='image_']").hoverIntent($config);}
function showFlyout(){$(this).children(".home_blocks_img").css("z-index","10002");$(this).find($flyout_hidden).show("slide",{direction:$(this).find($flyout_hidden).attr('rel').replace('flyout_','')});$(this).find(".home_blocks_img_internet").css("background","url(../cmsimages/flyout_background_internet_2b.png) no-repeat right");$(this).find(".home_blocks_img_internet").css("width","310px");$(this).find(".home_blocks_img_dvr").css("background","url(../cmsimages/flyout_background_dvr_3.png) no-repeat bottom");$(this).find(".home_blocks_img_dvr").css("height","144px");$(this).find(".home_blocks_img_support").css("background","url(../cmsimages/flyout_background_contact_2.png) no-repeat right");$(this).find(".home_blocks_img_support").css("width","195px");$(this).find(".home_blocks_img_security").css("background","url(../cmsimages/flyout_background_security_2.png) no-repeat bottom");$(this).find(".home_blocks_img_security").css("height","100px");$(this).find(".home_blocks_img_hdtv").css("background","url(../cmsimages/flyout_background_hdtv_2.png) no-repeat top");$(this).find(".home_blocks_img_hdtv").css("height","213px");$(this).find(".home_blocks_img_hdtv").css("top","171px");$(this).find(".home_blocks_img_bundles").css("background","url(../cmsimages/flyout_background_bundle_2.png) no-repeat right");$(this).find(".home_blocks_img_bundles").css("width","240px");$(this).find(".home_blocks_img_wifi").css("background","url(../cmsimages/flyout_background_wifi_3.png) no-repeat bottom");$(this).find(".home_blocks_img_wifi").css("height","93px");$(this).find(".home_blocks_img_availability").css("background","url(../cmsimages/flyout_background_availability_3.png) no-repeat bottom");$(this).find(".home_blocks_img_availability").css("height","93px");$(this).find(".home_blocks_img_availability").css("width","345px");$(this).find(".home_blocks_img_availability").css("left","630px");$(this).find(".home_blocks_img_phone").css("background","url(../cmsimages/flyout_background_phone_2a.png) no-repeat right");$(this).find(".home_blocks_img_phone").css("width","230px");$(this).find(".home_blocks_img_easy").css("background","url(../cmsimages/flyout_background_easy_3.png) no-repeat left");$(this).find(".home_blocks_img_easy").css("width","205px");$(this).find(".home_blocks_img_easy").css("left","770px");$(this).find(".home_blocks_img_vod").css("background","url(../cmsimages/flyout_background_vod_2c.png) no-repeat top");$(this).find(".home_blocks_img_vod").css("height","119px");$(this).find(".home_blocks_img_vod").css("top","265px");}
function hideFlyout(){$(this).find($flyout_visible).hide("slide",{direction:$(this).find($flyout_visible).attr('rel').replace('flyout_','')},callBack);function callBack(){$(document).find(".home_blocks_img").css("background","none");$(document).find(".home_blocks_img_internet").css("width","177px");$(document).find(".home_blocks_img_dvr").css("height","89px");$(document).find(".home_blocks_img_support").css("width","191px");$(document).find(".home_blocks_img_security").css("height","96px");$(document).find(".home_blocks_img_hdtv").css("height","189px");$(document).find(".home_blocks_img_hdtv").css("top","195px");$(document).find(".home_blocks_img_bundles").css("width","236px");$(document).find(".home_blocks_img_wifi").css("height","89px");$(document).find(".home_blocks_img_availability").css("height","89px");$(document).find(".home_blocks_img_availability").css("width","167px");$(document).find(".home_blocks_img_availability").css("left","812px");$(document).find(".home_blocks_img_phone").css("width","178px");$(document).find(".home_blocks_img_easy").css("width","163px");$(document).find(".home_blocks_img_easy").css("left","812px");$(document).find(".home_blocks_img_vod").css("height","96px");$(document).find(".home_blocks_img_vod").css("top","288px");$(document).find(".home_blocks_img").css("z-index","1");}}
init();});
