﻿function LoadFeedContent() { var b = $find('dynRssFeed'); var a = document.getElementById('pgCount').value; if (b) { if (a == '0') { b.populate(); document.getElementById('pgCount').value = 2 } } } Sys.Application.add_load(function () { LoadFeedContent() }); function InitializeMenu(b) { window.status = 'Menu Initialized' } function ItemClick(b, a) { var c = igmenu_getItemById(a); var d = c.getTag(); if (d != null) document.body.style.backgroundColor = d; return false } function ItemHover(b, a, c) { var d = igmenu_getItemById(a); if (c) window.status = d.getText(); else window.status = ''; return false } function SubMenuDisplay(b, a, c) { if (c && (a == 'UltraWebMenu1_1M' || a == 'UltraWebMenu1_2M')) igmenu_getElementById('DropDownList1').style.visibility = 'hidden'; else if (!c && (a == 'UltraWebMenu1_1M' || a == 'UltraWebMenu1_2M')) igmenu_getElementById('DropDownList1').style.visibility = 'visible'; return false } function OpenBBBPopup() { window.open('http://www.bbb.org/new-york-city/business-reviews/credit-card-processing-service/merchant-cash-capital-in-new-york-ny-97613/#bbbonlineclick') } function OpenFacebookPopup() { window.open('http://www.facebook.com/pages/Merchant-Cash-and-Capital-LLC/128388537231266') } function OpenTwitterPopup() { window.open('http://twitter.com/#!/MCCfunding') } function OpenLinkedinPopup() { window.open('http://www.linkedin.com/company/merchant-cash-and-capital-llc') } function OpenMCCYoutubeChannelPopup() { window.open('http://www.youtube.com/watch?v=noNKhme6L8g') } function OpenPopUp(b) { newwindow = window.open(b); if (window.focus) { newwindow.focus() } return false }
