|
|
<!-- <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4))
{ document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage;
}} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
} MM_reloadPage(true); // --> function MM_timelinePlay(tmLnName, myID) { //v1.2
//Copyright 1997 Macromedia, Inc. All rights reserved. var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time tmLn =
document.MM_Time[tmLnName]; if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if
new call, incr ID if (myID == tmLn.ID) { //if Im newest setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
fNew = ++tmLn.curFrame; for (i=0; i<tmLn.length; i++) { sprite = tmLn[i]; if
(sprite.charAt(0) == 's') { if (sprite.obj) { numKeyFr = sprite.keyFrames.length;
firstKeyFr = sprite.keyFrames[0]; if (fNew >= firstKeyFr && fNew <=
sprite.keyFrames[numKeyFr-1]) {//in range keyFrm=1; for (j=0; j<sprite.values.length;
j++) { props = sprite.values[j]; if (numKeyFr != props.length) { if (props.prop2
== null) sprite.obj[props.prop] = props[fNew-firstKeyFr]; else sprite.obj[props.prop2][props.prop]
= props[fNew-firstKeyFr]; } else { while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm])
keyFrm++; if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) { if (props.prop2
== null) sprite.obj[props.prop] = props[keyFrm-1]; else sprite.obj[props.prop2][props.prop]
= props[keyFrm-1]; } } } } } } else if (sprite.charAt(0)=='b' && fNew
== sprite.frame) eval(sprite.value); if (fNew > tmLn.lastFrame) tmLn.ID = 0;
} } } function MM_showHideLayers() { //v3.0 var i,p,v,obj,args=MM_showHideLayers.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v;
} obj.visibility=v; } } function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
//Copyright 1997 Macromedia, Inc. All rights reserved. var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time tmLn =
document.MM_Time[tmLnName]; if (numGotos != null) if (tmLn.gotoCount == null)
tmLn.gotoCount = 1; else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0;
return} jmpFwd = (fNew > tmLn.curFrame); for (i = 0; i < tmLn.length; i++)
{ sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping
back if (sprite.charAt(0) == "s") { numKeyFr = sprite.keyFrames.length;
firstKeyFr = sprite.keyFrames[0]; lastKeyFr = sprite.keyFrames[numKeyFr - 1];
if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew))
continue; //skip if untouchd for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm];
keyFrm++); for (j=0; j<sprite.values.length; j++) { props = sprite.values[j];
if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only else propNum
= Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
if (sprite.obj != null) { if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
else sprite.obj[props.prop2][props.prop] = props[propNum]; } } } else if (sprite.charAt(0)=='b'
&& fNew == sprite.frame) eval(sprite.value); } tmLn.curFrame = fNew; if
(tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)'); } function MM_initTimelines()
{ //v4.0 //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
var ns = navigator.appName == "Netscape"; var ns4 = (ns && parseInt(navigator.appVersion)
== 4); var ns5 = (ns && parseInt(navigator.appVersion) > 4); document.MM_Time
= new Array(1); document.MM_Time[0] = new Array(8); document.MM_Time["Timeline1"]
= document.MM_Time[0]; document.MM_Time[0].MM_Name = "Timeline1"; document.MM_Time[0].fps
= 6; document.MM_Time[0][0] = new String("behavior"); document.MM_Time[0][0].frame
= 30; document.MM_Time[0][0].value = "MM_showHideLayers('Layer3','','hide','Layer1','','hide','Layer2','','hide','Layer5','','show','Layer7','','hide','Layer6','','show')";
document.MM_Time[0][1] = new String("behavior"); document.MM_Time[0][1].frame
= 1; document.MM_Time[0][1].value = "MM_showHideLayers('Layer3','','hide','Layer1','','hide','Layer2','','show','Layer5','','hide','Layer7','','hide','Layer6','','show')";
document.MM_Time[0][2] = new String("sprite"); document.MM_Time[0][2].slot
= 1; if (ns4) document.MM_Time[0][2].obj = document["Layer1"]; else
if (ns5) document.MM_Time[0][2].obj = document.getElementById("Layer1");
else document.MM_Time[0][2].obj = document.all ? document.all["Layer1"]
: null; document.MM_Time[0][2].keyFrames = new Array(1, 90); document.MM_Time[0][2].values
= new Array(1); document.MM_Time[0][2].values[0] = new Array("inherit","inherit");
document.MM_Time[0][2].values[0].prop = "visibility"; if (!ns4) document.MM_Time[0][2].values[0].prop2
= "style"; document.MM_Time[0][3] = new String("behavior");
document.MM_Time[0][3].frame = 90; document.MM_Time[0][3].value = "MM_showHideLayers('Layer3','','hide','Layer1','','show','Layer2','','hide','Layer5','','hide','Layer7','','hide','Layer6','','show');MM_timelineGoto('Timeline1','1','9999999')";
document.MM_Time[0][4] = new String("sprite"); document.MM_Time[0][4].slot
= 2; if (ns4) document.MM_Time[0][4].obj = document["Layer5"]; else
if (ns5) document.MM_Time[0][4].obj = document.getElementById("Layer5");
else document.MM_Time[0][4].obj = document.all ? document.all["Layer5"]
: null; document.MM_Time[0][4].keyFrames = new Array(1, 90); document.MM_Time[0][4].values
= new Array(0); document.MM_Time[0][5] = new String("behavior"); document.MM_Time[0][5].frame
= 60; document.MM_Time[0][5].value = "MM_showHideLayers('Layer3','','hide','Layer1','','show','Layer2','','hide','Layer5','','hide','Layer7','','show','Layer6','','hide')";
document.MM_Time[0][6] = new String("sprite"); document.MM_Time[0][6].slot
= 3; if (ns4) document.MM_Time[0][6].obj = document["Layer2"]; else
if (ns5) document.MM_Time[0][6].obj = document.getElementById("Layer2");
else document.MM_Time[0][6].obj = document.all ? document.all["Layer2"]
: null; document.MM_Time[0][6].keyFrames = new Array(1, 90); document.MM_Time[0][6].values
= new Array(0); document.MM_Time[0][7] = new String("behavior"); document.MM_Time[0][7].frame
= 45; document.MM_Time[0][7].value = "MM_showHideLayers('Layer3','','hide','Layer1','','hide','Layer2','','hide','Layer5','','show','Layer7','','show','Layer6','','hide')";
document.MM_Time[0].lastFrame = 90; for (i=0; i<document.MM_Time.length; i++)
{ document.MM_Time[i].ID = null; document.MM_Time[i].curFrame = 0; document.MM_Time[i].delay
= 1000/document.MM_Time[i].fps; } } //-->
| 2003
ICOTY Awards
- Luxury
| Most
Respected - BMW 7
Series |
Leaders
don't always have it easy. They take charge, but they have to take responsibility,
too. They take credit, but they take flack. Leaders go first, and it's not always
easy to blaze the trails. But every once in a while, for a job well done, leaders
accept awards. No
car currently on the market embodies what leadership is all about than the controversial
new BMW 7-Series. Its styling has courage
you seldom see in such a traditionally conservative class of automobile. Its luxury
features are without peer. But most importantly, the true mark of its leadership
is the way that it has revolutionized the way that it goes about its business.
From its "key" to its turn signal to its controversial iDrive controls
for radio, climate control, navigation and more, it compels you to reconsider
and rethink the way you operate an automobile. The big Seven represents a quantum
leap forward from the conventions of the past into a future that many of us have
longed to bring into the present. The
Seven has power, and plenty of it: 325 horsepower and 330 lb-ft of torque in the
745i. And it feels like it has even more. BMWs have always harnessed their horses
in a most efficient way, consistently achieving acceleration times that belie
their horsepower numbers. The Seven also handles, thanks to large-diameter wheels
and sophisticated suspensions. Seriously, no car this big has any right to dance
the way it does. But
the Seven-Series is first and foremost a luxury car. The optional heated and cooled
front seats adjust in a bazillion directions. Even the headrests have separate,
adjustable pillows. The dashboard cabinetry is delicious. Touching and spinning
the metal iDrive disc is a sensation to be savored, a quality that makes climbing
the system's steep learning curve that much more enjoyable. Speaking
of iDrive, the system may take a bit to master (four or five days of "normal"
operating conditions), but once you get it, all other cars will seem passé.
Not all leaders have posed popular ideas, but sometimes, they really work. And
iDrive works. So
the Seven is as an everyday luxury car as much as Napoleon Bonaparte was your
everyday French farmer. Trust us when we say that what BMW has achieved with the
new Seven, others will be sure to emulate. | |
|