var popcap_upsellURL		= 'http://www.youplay.com/games/download/peggle/'; //YouPlay-specific Upsell url
var popcap_intAdFrequency	= 4; //Frequency of internal ad display. Upsell ad will appear every N levels.
var popcap_gamecab			= 'peggle_1_1.cab'; //YouPlay-specific path to game CAB
var popcap_displayname		= 'Peggle';
var popcap_app_width		= 540;
var popcap_app_height		= 405;
var popcap_gamename			= 'peggle';
popcap_isZoneAPIonly		= true;

var popcap_params = new Array
(
	'ExtrasURL0', 'ExtrasURL1', 'ExtrasURL2', 'updatecab', 'focuspause', 'upsellurl'
);

var popcap_paramvals = new Array
(
	'pegextras0.cab',			//YouPlay-specific link to extras CAB
	'pegextras1.cab',			//YouPlay-specific link to extras CAB
	'pegextras2.cab',			//YouPlay-specific link to extras CAB
	'peggle_1_1_update.cab',	//YouPlay-specific link to update CAB
	'true',
	popcap_upsellURL
);
