/** 
 * constants/properties.js 
 * Contains global constant object declarations for chevrolet.com
 * 2006 model year.
 *
 * @version 1.0
 *
 * @author Jim Amos
 * @author Matt Dertinger
 * @author Jason Macemore
 * @author Bea Manzella
 * @author Yun Qian
 *
 */

/* 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["FEATURE"] = { width:475, height:470 };
WINPROP["ACCESSORY"] = { width:475, height:450 };
WINPROP["EXTERNAL"] = { width:720, height:470, toolbar:"yes", menubar:"yes", location:"yes", scrollbar:"yes", resizable:"yes" };
WINPROP["ONSTAR"] = { width:675, height:521, scrollbar:"yes",  toolbar:"no", menubar:"no", location:"no", status:"yes"};
WINPROP["GALLERY"] = { width:758, height:509, scrollbar:"no"};
WINPROP["WINDOWSTICKER"] = { width:700, height:478 };
WINPROP["MAP"] = { width:600, height:480 };
WINPROP["SEATTYPE"] = { width:550, height:435 };
WINPROP["PHATNOISE"] = { width:650, height:480 };
WINPROP["JUNEBUG"] = { width:595, height:550 };
WINPROP["VIDEO"] = { width:700, height:500 };
WINPROP["RACINGAUDIO"] = { width:400, height:200 };
WINPROP["MEDIUM"] = { width:800, height:600 };
WINPROP["LARGE"] = { width:1024, height:768 };
WINPROP["PRELAUNCH2007"] = { width:800, height:600 };
WINPROP["UPCOMINGAVEO"] = { width:798, height:530, scrollbar:"no", resizable:"no" };
WINPROP["OPENER"] = { newWinName: "opener" };
WINPROP["POPINPOP"] = { width:800, height:600, toolbar:"yes", menubar:"yes", location:"yes", scrollbar:"yes", resizable:"yes" , newWinName: "_blank" };
WINPROP["REDTAGGIF"] = { width:520, height:570 };
WINPROP["ICAR"] = { width:540, height:700 };
WINPROP["EXTERNHUGE"] = { width:1024, height:680, toolbar:"yes", menubar:"yes", location:"yes", scrollbar:"yes", resizable:"yes" };
WINPROP["FLASHVID"] = { width:540, height:440 };
WINPROP["GREENCARD"] = { width:800, height:600 };
WINPROP["INTERIORCORVETTE"] = { width:480, height:577, toolbar:"no", menubar:"no", location:"no", scrollbar:"no", resizable:"no"};
WINPROP["EXTERIORCORVETTE"] = { width:480, height:652, toolbar:"no", menubar:"no", location:"no", scrollbar:"no", resizable:"no"};
WINPROP["PERFORMANCECORVETTE"] = { width:480, height:640, toolbar:"no", menubar:"no", location:"no", scrollbar:"no", resizable:"no"};