
/* Associative Arrays used to store window properties for popups, the rel attribute of the activated link determines which object within the array is to be used. */
var WINPROP = new Array();

WINPROP["EXTERNAL"] = { width:720, height:470, toolbar:"yes", menubar:"yes", location:"yes", scrollbar:"yes", resizable:"yes" };
WINPROP["PRIVACY"] = { width:720, height:470, toolbar:"yes", menubar:"yes", location:"yes", scrollbar:"yes", resizable:"yes" };
WINPROP["COPYRIGHT"] = { width:720, height:470, toolbar:"yes", menubar:"yes", location:"yes", scrollbar:"yes", resizable:"yes" };
WINPROP["AUTHOR"] = { width:720, height:470, toolbar:"yes", menubar:"yes", location:"yes", scrollbar:"yes", resizable:"yes" };
WINPROP["GUARANTEE"] = { width:520, height:470, toolbar:"yes", menubar:"yes", location:"yes", scrollbar:"yes", resizable:"yes" };
WINPROP["SURVEY"] = { width:700, height:750, toolbar:"no", menubar:"no", location:"no", scrollbar:"yes", resizable:"yes", newWinName:"survey" };
WINPROP["TOUR"] = { width:778, height:718, toolbar:"no", menubar:"no", location:"no", scrollbar:"no", resizable:"no" };
WINPROP["PDF"] = { width:720, height:470, toolbar:"yes", menubar:"yes", location:"yes", scrollbar:"yes", resizable:"yes" };

/*Promotion Specific Rels*/
WINPROP["SPORTSLINE"] = { width:720, height:470, toolbar:"yes", menubar:"yes", location:"yes", scrollbar:"yes", resizable:"yes", disclaimer:"You are now leaving the Michelinman.com website and going to the CBSSportsline.com website, which is operated by CBS, Inc., and for which Michelin claims no responsibility." };