.back {
background-image: url(images/color_fade-sky_blue.jpg);
background-repeat: no-repeat;
border: 0px solid #FFFFFF;
}
Marketing Research: Lieberman Research Worldwide - LRW
mMenu=new makeCM("mMenu")
mMenu.resizeCheck=1
mMenu.wait=300
//Background bar properties
mMenu.useBar=1 //If you want to use a background-bar for the top items set this on - Value: 1 || 0
mMenu.barWidth=810 //The width of the background bar. Set this to "menu" if you want it to be the same width as the menu. (this will change to match the border if you have one) - Value: px || "%" || "menu"
mMenu.barHeight="menu" //The height of the background bar. Set this to "menu" if you want it to be the same height as the menu. (this will change to match the border if you have one) - Value: px || "%" || "menu"
mMenu.barX="menu" //The left position of the bar. Set this to "menu" if you want it be the same as the left position of the menu. (this will change to match the border if you have one) - Value: px || "%" || "menu"
mMenu.barY="menu" //The top position of the bar Set this to "menu" if you want it be the same as the top position of the menu. (this will change to match the border if you have one) - Value: px || "%" || "menu"
mMenu.barClass="eckincBar"
mMenu.barBorderX=0
mMenu.barBorderY=0
mMenu.onlineRoot=""
//Placement properties
mMenu.rows=1 //This controls whether the top items is supposed to be laid out in rows or columns. Set to 0 for columns and 1 for row - Value 0 || 1
mMenu.fromLeft=0 //This is the left position of the menu. (Only in use if menuplacement below is 0 or aligned) (will change to adapt any borders) - Value: px || "%"
mMenu.fromTop=88 //This is the top position of the menu. (Only in use if menuplacement below is 0 or aligned) (will change to adapt any borders) - Value: px || "%"
mMenu.pxBetween=0 //How much space you want between each of the top items. - Value: px || "%"
mMenu.menuPlacement="center"
//TOP LEVEL PROPERTIES - ALL OF THESE MUST BE SPECIFIED FOR LEVEL[0]
mMenu.level[0]=new cm_makeLevel() //Add this for each new level
mMenu.level[0].width=200 //The default width for each level[0] (top) items. You can override this on each item by specifying the width when making the item. - Value: px || "%"
mMenu.level[0].height=44 //The default height for each level[0] (top) items. You can override this on each item by specifying the height when making the item. - Value: px || "%"
mMenu.level[0].regClass="eckincLevel0"
mMenu.level[0].overClass="eckincLevel0over"
mMenu.level[0].borderX=0
mMenu.level[0].borderY=0
mMenu.level[0].borderClass="eckincLevel0border"
mMenu.level[0].rows=0
mMenu.level[0].arrow=0
mMenu.level[0].arrowWidth=0
mMenu.level[0].arrowHeight=0
mMenu.level[0].offsetX=0
mMenu.level[0].offsetY=0
mMenu.level[0].align="bottom" //Value: "top" || "bottom" || "left" || "right"
//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
mMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
mMenu.level[1].width=175
mMenu.level[1].height=20
mMenu.level[1].regClass="eckincLevel1"
mMenu.level[1].overClass="eckincLevel1over"
mMenu.level[1].align="right"
mMenu.level[1].borderX=1
mMenu.level[1].borderY=1
mMenu.level[1].borderClass="eckincLevel1border"
mMenu.level[1].offsetX=0
mMenu.level[1].offsetY=0
mMenu.level[1].rows=0
mMenu.level[1].arrow=0
mMenu.level[1].arrowWidth=0
mMenu.level[1].arrowHeight=0
//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to specify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
mMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
mMenu.level[2].width=175
mMenu.level[2].height=20
mMenu.level[2].regClass="eckincLevel2"
mMenu.level[2].overClass="eckincLevel2over"
mMenu.level[2].align="right"
mMenu.level[2].borderX=1
mMenu.level[2].borderY=1
mMenu.level[2].borderClass="eckincLevel2border"
mMenu.level[2].offsetX=0
mMenu.level[2].offsetY=0
mMenu.level[2].rows=0
mMenu.level[2].arrow=0
mMenu.level[2].arrowWidth=0
mMenu.level[2].arrowHeight=0
/*Variables for each menu item: (** means that they have to be specified!)
name: The name of the item. This must be unique for each item. Do not use spaces or strange charachters in this one! **
parent: The name of the menuitem you want this to "connect" to. This will be a submenu of the item that have the name you place in here. ** for all other then the topitems
text: The text you want in the item. ** (except if you use images)
link: The page you want this item to link to.
target: The target window or frame you want the link to go to (Default is same window if you're not using frames, and the mainframe if you're using frames)
width: The width of the element. If not specified it will get the default width specified above.
height: The height of the element. If not specified it will get the default height specified above.
img1: The "off" image for element if you want to use images.
img2: The image that appears onmouseover if using images.
bgcoloroff: The background color for this item. If not specified it will get the default background color specified above.
bgcoloron: The "on" background color for this item. If not specified it will get the default "on" background color specified above.
textcolor: The text color for this item. If not specified it will get the default text color specified above.
hovercolor: The "on" text color for this item. If not specified it will get the default "on" text color specified above. Netscape4 ignores this
onclick: If you want something to happen when the element is clicked (different from going to a link) spesifiy it here.
onmouseover: This will happen when you mouseover the element. Could be status text, another imageswap or whatever.
onmouseout: This will happen when you mouseout the element.
Remember you can have as many levels/sublevels as you want. Just make sure you specify the correct "parent" for each item.
To set styles for each level see above.
*/
mMenu.makeMenu('l01','','About Us','about_us.asp','',204,44,'images/about_us.jpg','images/about_us-over.jpg')
mMenu.makeMenu('l02','','Research Services','research_services.asp','',203,44,'images/research_services.jpg','images/research_services-over.jpg')
mMenu.makeMenu('l03','','Knowledge Center','knowledge_center.asp','',202,44,'images/knowledge_center.jpg','images/knowledge_center-over.jpg')
mMenu.makeMenu('l04','','Careers','careers.asp','',201,44,'images/careers.jpg','images/careers-over.jpg')
mMenu.makeMenu('MC1','l01','Mission / Values','about-mission_values.asp','',175)
mMenu.makeMenu('MC2','l01','Leadership','about-unique_team.asp','',175)
mMenu.makeMenu('MC3','l01','Global Reach','about-global_reach.asp','',175)
mMenu.makeMenu('MC4','l01','News/Events','about-news.asp','',175)
mMenu.makeMenu('MC5','l01','Company Facts','company_facts.asp','',175)
mMenu.makeMenu('MC6','l01','Contact Us','contact_us.asp','',175)
mMenu.makeMenu('MC7','l02','Breadth of Services','research-areas.asp','',175)
mMenu.makeMenu('MC8','l02','Qualitative','research-qualitative.asp','',175)
mMenu.makeMenu('MC9','l02','Advanced Analytics','research-analytics.asp','',175)
mMenu.makeMenu('MC10','l02','Online Reporting','research-reporting.asp','',175)
mMenu.makeMenu('MC11','l02','Global Difference','research-global.asp','',175)
mMenu.makeMenu('MC12','l02','Actionability Suite™ ','research-actionability_suite.asp','',175)
mMenu.makeMenu('MC13','l03','so what?®','knowledge-so_what.asp','',175)
mMenu.makeMenu('MC14','l03','so what?® Report','knowledge-report.asp','',175)
mMenu.makeMenu('MC15','l04','Grow at LRW','careers-culture.asp','',175)
mMenu.makeMenu('MC16','l04','Succeed at LRW','careers-qualify.asp','',175)
mMenu.makeMenu('MC17','l04','Apply','careers-apply.asp','',175)
mMenu.makeMenu('MC18','MC1','People','about-values_people.asp','',175)
mMenu.makeMenu('MC19','MC1','Process','about-values_process.asp','',175)
mMenu.makeMenu('MC20','MC1','Perspective','about-values_perspective.asp','',175)
mMenu.makeMenu('MC21','MC18','Consultants to the Team','about-values_ctts.asp','',175)
mMenu.makeMenu('MC22','MC2','Arnie & Dave','about-leadership_exec.asp','',175)
mMenu.makeMenu('MC23','MC6','Contact Us Form','ebusiness/contact_us.asp','',175)
mMenu.makeMenu('MC24','MC7','Advertising','research-advertising.asp','',175)
mMenu.makeMenu('MC25','MC7','Brand','research-brand.asp','',175)
mMenu.makeMenu('MC26','MC7','Customer Satisfaction','research-customer.asp','',175)
mMenu.makeMenu('MC27','MC7','Product Development','research-product.asp','',175)
mMenu.makeMenu('MC28','MC7','Segmentation','research-segmentation.asp','',175)
mMenu.makeMenu('MC29','MC7','Tracking','research-tracking.asp','',175)
mMenu.makeMenu('MC30','MC8','Non-Traditional Qualitative','research-non_qualitative.asp','',175)
mMenu.makeMenu('MC31','MC12','Immersion','research-immersion.asp','',175)
mMenu.makeMenu('MC32','MC12','Lieberman Learning Labs™','research-learning_labs.asp','',175)
mMenu.makeMenu('MC33','MC12','Actionability Workshops™','research-actionability.asp','',175)
mMenu.makeMenu('MC34','MC12','Synthesis','research-synthesis.asp','',175)
mMenu.makeMenu('MC35','MC13','Brand','knowledge-competition.asp','',175)
mMenu.makeMenu('MC36','MC13','Segmentation','knowledge-segmentation.asp','',175)
mMenu.makeMenu('MC37','MC13','Customer Satisfaction','knowledge-customers.asp','',175)
mMenu.makeMenu('MC38','MC13','New Products','knowledge-ideas.asp','',175)
mMenu.makeMenu('MC39','MC13','Global','knowledge-global.asp','',175)
mMenu.construct()
var so = new SWFObject("images/home-video.swf", "mymovie", "588", "389", "8", "#FFFFFF");
so.addParam("quality", "high");
so.addParam("wmode", "opaque");
so.addVariable("video", "home-video_high.flv");
so.addVariable("slideshow", "1");
so.write("flashcontent");
We're here for one reason, to deliver analytic insight that creates business impact. By asking "so what?", our team of highly experienced marketing, research and business consultants have been guiding the right decisions for more than three decades.
As you explore the LRW web site, you'll see we're built differently. In more than 80 countries, our unique people, process and perspective deliver integrated thinking that’s as much marketing consulting as it is innovative market research.
And, that consistent achievement of this promise has resulted in an independent survey naming LRW #1 in top box overall customer satisfaction, service quality and value for the money. We have found asking "so what?" is the best path to the answers that matter most.
_uacct = "UA-1734498-1";
urchinTracker();
Get a Job!
| Company Facts
| Contact Us |
Register For Newsletter
©2008 LRW. All Rights Reserved. Terms of Use and Privacy Policy.
|
|