| Related sites for http://www.synovate.com/viewscast/ |
| Whence Offers CRM solution for contact centres, call centres and face to face environments. It includes call, email, document and workflow management. Trial. Contacts. | | Conservative_Financial_Services,_Inc_ A full service retirement and estate planning firm located in Missouri, US. | | Kinesis Web-based reporting that targets all levels of an enterprise. Mystery shopping, focus groups, web-site pop up surveys, telephone interviews and customer feedback. | | Witness_Systems Supplies customer relationship management solutions. Focusing on customer service processes, and workforce performance. Training and consulting services. News, partners. | | The_Kirandt_Group,_LLC Offers mystery shopping and competitive intelligence services exclusively the casino gaming industry. | | Direct_Advice Objective financial advice to help you in planning a personalized investment strategy for retirement. | | MacPherson_Mystery_Shopping_and_Research A British company specializing in worldwide mystery shopping and market research. | | Dominion_Retirement_Services,_LLC Offers retirement plan consulting, recordkeeping and administrative services. | | Mars_Research Offers a wide variety of quantitative research studies, including mystery shopping and customer surveys. | | Donald_J__Puff,_Financial_Advisors Specialize in TSA/403(b), IRA, 401k, and all your retirement needs. | | Michelson_&_Associates,_Inc_ Description of the company and services offered. Apply online to be a shopper. | | Dooley_Russell_Private_Trustees Estate planning utilizing trusts. | | Mystery_Shop_Inc_ Print, telephone, and video mystery shop services. | | Eldorado_Financial Financial planning and investment advisor. Includes service descriptions, industry definitions, and investment style. | | Enhanced_Pensions_and_Annuities How to boost your pension income. | | Mystery_Shopper,_USA Sign up to be a shopper or inquire about using this business's services. | | Entrust_Administration_Inc_ We handle the record keeping and government reporting requirements for truly self-directed IRAs and Qualified Plans. | | Mystery_Shoppers Evaluates customer service and quality control. News for potential clients and shoppers, contact information, and details about the business. | | ez401k_com Plan set up, reporting, deposits and withdrawls are automated. | | Mystery_Shoppers_Ltd_ Mystery shopping and customer service training and consultancy services. UK. | | FamilyHaven_Retirement_Center A complete retirement planning book on line. | | Mystery_Shopping_Providers_Association Trade association of mystery shopping providers and resource for shopper applicants. | | First_National_Equity,_Inc_ Providing annuity investment products to people over the age of 55 years old. | | Mystery_Shopping_Resources Listings of companies needing shoppers, a shoppers' bulletin board, a live chat area, and a page of links to free or inexpensive items. | | Mystery_Surfing Independent website usability evaluation service. | | Fiscal_Agents_Financial_Services_Group Listing current rates on investment funds and instruments, as well as a financial glossary, newsletter library, calculators and worksheets to help provide personal financial solutions to the conservat | | MysteryShopLink_com Linking shoppers with schedulers to choose from for on-going assignments. Customer Service support center available 24 hrs per day. | | Frank_M__Semeraro Offers retirement and financial planning, life and health insurance services. | | Mysteryshopomatic_com Online tools for mystery shopping providers: web-accessible form and report editors, ftp transfer, automatic scoring of submitted forms, and report downloading in ZIP and CSV format. Monthly fee for | | Freedom_Financial_Services Helping individuals and families establish financial freedom. | | Mysteryshopper_com_au_Pty_Limited Focuses on Australian shops but also New Zealand, United Kingdom and the United States of America. | | FreeERISA_com Free and unlimited access to current retirement and pension benefit information. | | Mystique_Shopper_LLC Mystery shopping services to varied industries. Web-based reporting. | | Great-West_Retirement_Services Administration, education, and pension plan marketing services. Also provides online retirement education and calculators. | | The_National_Center_For_Professional_Mystery_Shopping_And_Merchandising_(NCPMS) Provides project training for mystery shopping/merchandising companies, training and certification for mystery shoppers/merchandisers, business referrals, resource and reference links, and mediation | | Hackett_Retirement_Solutions Offers retirement planning, long term care insurance, annuities, and educational seminars for senior citizens. | | The_Herod_Mattis_Group,_Inc_ Provides design, selection and implementation of employee retirement plans. | | National_Shopping_Service Mystery shopping in America and Europe. | | National_Shopping_Service_Network,_LLC Offers a variety of mystery shopping services. | | Horizon_Financial_Planning_Corp_ Full financial planning firm. |
|
Synovate ViewsCast - the fast, easy way to gather automated feedback@import "/viewscast/css-legacy/curiosity.css";@import "/viewscast/css-legacy/menus.css";@import "/viewscast/css/curiosity_viewscast.css";@import "/viewscast/css/menus.css"; @import "/viewscast/css/silo_2.css"; // Menu object creation oCMenu = new makeCM("oCMenu") //Making the menu object. Argument: menuname oCMenu.frames = 0 // Menu properties oCMenu.pxBetween=0 oCMenu.fromLeft=0 oCMenu.fromTop=125 oCMenu.rows=1 oCMenu.menuPlacement="center" oCMenu.offlineRoot= // Site base oCMenu.onlineRoot="http://www.synovate.com" oCMenu.resizeCheck=1 oCMenu.wait=1000 oCMenu.fillImg=0 oCMenu.zIndex=0 oCMenu.menuPlacement=0 // Hack: Main page must have a after the wrapper so that the vertical scrollbar appears. // Reason: Cannot determine actual width of page, and therefore where to position the menu that uses absolute positioning. // Problem: Cannot determine page width/height until body rendered, however construction of menu occurs before body fully rendered if (bw.ie) { oCMenu.fromLeft = cmpage.x2/2 - 334 oCMenu.onresize = "oCMenu.fromLeft=cmpage.x2/2 - 335" } else { oCMenu.fromLeft = cmpage.x2/2 - 345 oCMenu.onresize = "oCMenu.fromLeft=cmpage.x2/2 - 345" } // Added by AJK 20050411 - Fixes left positioning on safari if (bw.safari) { oCMenu.fromLeft = oCMenu.fromLeft + 2; } if (bw.ie7) { oCMenu.fromLeft = cmpage.x2/2 - 315 oCMenu.onresize = "oCMenu.fromLeft=cmpage.x2/2 - 316" nolink=0 } // Background bar properties oCMenu.useBar=0 oCMenu.barWidth=0 oCMenu.barHeight="menu" oCMenu.barClass="clBar" oCMenu.barX=0 oCMenu.barY=0 oCMenu.barBorderX=0 oCMenu.barBorderY=0 oCMenu.barBorderClass="" // Level properties - ALL properties have to be spesified in level 0 oCMenu.level[0]=new cm_makeLevel() //Add this for each new level oCMenu.level[0].width=120 oCMenu.level[0].height=22 oCMenu.level[0].regClass="clLevel0" oCMenu.level[0].overClass="clLevel0over" oCMenu.level[0].borderX=0 oCMenu.level[0].borderY=0 oCMenu.level[0].borderClass="clLevel0border" oCMenu.level[0].offsetX=36 oCMenu.level[0].offsetY=0 oCMenu.level[0].rows=0 oCMenu.level[0].arrow=0 oCMenu.level[0].arrowWidth=0 oCMenu.level[0].arrowHeight=0 oCMenu.level[0].align="bottom" // EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number) oCMenu.level[1].width=oCMenu.level[0].width-2 oCMenu.level[1].height=22 oCMenu.level[1].regClass="clLevel1" oCMenu.level[1].overClass="clLevel1over" oCMenu.level[1].borderX=0 oCMenu.level[1].borderY=0 oCMenu.level[1].align="right" oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+41 oCMenu.level[1].offsetY=0 oCMenu.level[1].borderClass="clLevel1border" oCMenu.level[1].arrow="/viewscast/img/vc.arrow.yellow.gif" oCMenu.level[1].arrowWidth=9 oCMenu.level[1].arrowHeight=9 // EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number) oCMenu.level[2].width=90 oCMenu.level[2].height=20 oCMenu.level[2].offsetX=0 oCMenu.level[2].offsetY=0 oCMenu.level[2].regClass="clLevel2" oCMenu.level[2].overClass="clLevel2over" oCMenu.level[2].borderClass="clLevel2border" /* myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) */ oCMenu.makeMenu('mAbout','',' ','/viewscast/about/','','167','23','','', 'menu-one', 'menu-one-h') oCMenu.makeMenu('mAboutIntroduction','mAbout','Introduction','/viewscast/about/', '', '', '', '', '', 'menu-grad', 'menu-grad-over') oCMenu.makeMenu('mAboutWhoUses','mAbout','Who uses it','/viewscast/about/who-uses/') oCMenu.makeMenu('mAboutApplications','mAbout','Applications','/viewscast/about/applications/') oCMenu.makeMenu('mAboutBusinessBenefits','mAbout','Business Benefits','/viewscast/about/business-benefits/') oCMenu.makeMenu('mHow','',' ','/viewscast/how/','', '168', '23', '', '', 'menu-two', 'menu-two-h') oCMenu.makeMenu('mHowProcess','mHow','The ViewsCast process','/viewscast/how/', '', '165', '', '', '', 'menu-grad', 'menu-grad-over') oCMenu.makeMenu('mHowWhatYouGet','mHow','What you get','/viewscast/how/what-you-get/', '', '165') oCMenu.makeMenu('mHowCaseStudies','mHow','Case studies, white papers','/viewscast/how/case-studies/', '', '165') oCMenu.makeMenu('mDemo','',' ','/viewscast/demo/','', '168', '23', '', '', 'menu-three', 'menu-three-h') oCMenu.makeMenu('mContact','',' ','/viewscast/contact/','', '168', '23', '', '', 'menu-four', 'menu-four-h') oCMenu.construct() Listen to the voice of the customer About ViewsCast How it works Demo Contact us About ViewsCast How it works Demo Contact us 30 September 2008 KUALA LUMPUR – Survey shows ups and downs of air travel5 September 2008 LONDON – Survey shows that most 18-24 year olds worry more about money than they do love & romance, with 39% quoting cash as top concernMore news » _uacct = "UA-284922-1";urchinTracker();
|
|