﻿//Global Image Path
var image_path = "http://spartansstandtall-webassets.scea.com/images";   //This is only for Javascript Images path, hardcoded html page has to change manually
var trailer_path = "http://spartansstandtall-webassets.scea.com/swf/trailer.swf";

/*VIDEO INTRO PAGE REFERENCE
 * Size Video: 626 x 322
 */

/*VIDEO SIZE REFFERENCE
 *  Video WxH = 514x238 pixels 
 *  All Marquee Video Setting are controlled in xml;  Path to XML is /xml/lang/video/video_us.xml,  "_us" represents the country code.
 *  Any Video requires a thumb image : assets/images/videothumbs/e3trailer_thumb.jpg
 *  Any Video requires a preview image : assets/images/videothumbs/e3trailer_preview.jpg 
 */

/*IMAGE REFFERENCE
 * These Setting Screenshots size is the same fo God of War
 * Image Zoom size is 800x450 pixels
 * Image Thumb size is 100x60 pixels
 * Images for Screenshots are declared in the xm/screen.xml
 */

//Age For Regitser
var allow_age = 17; //Older then 17
var wait_time = 4;  //secs
   
//Filter For ESRB Logos - Reference these Abbreviations.  from the country code below
var show_us = 'us, ca, ca2, mx';
var show_usk = 'de';
var show_oflc = 'nz, au';
var show_18 = 'gb';

//Download Agrrement
var show_agreenment = 'us, ca'; //Reference these Abbreviations.  from the country code below

//Filter For Register Email, Community & Preorder to Show
var allow_register = true;  //Turn On or Off Register
var register_email = 'us, ca';     //Reference these Abbreviations.  from the country code below
var allow_order = true;       ////Turn On or Off Pre-Order If False Kill #3 var slide_page and adjust the number
var pre_orders = 'us, ca';     //Reference these Abbreviations.  from the country code below
var allow_community = true;  //Turn On or Off Community 

//Link to Order 
var order_link = {
		'1': 'http://www.amazon.com/God-War-Ghost-Sparta-Sony-PSP/dp/B003L51GW2/ref=sr_1_1?ie=UTF8&s=videogames&qid=1274897009&sr=8-1',
		'2': 'http://www.bestbuy.com/site/God+of+War%3A+Ghost+of+Sparta+-+PSP/1072246.p?id=1218217267618&skuId=1072246&st=god%20of%20war&lp=11&cp=1',
	    '3': 'http://www.gamestop.com/Catalog/ProductDetails.aspx?product_id=77807' 
	}
	  
//US Logo Footer Links
var us_logos_link ={
		'sony': 'http://us.playstation.com/',
		'ps3':'http://us.playstation.com/',
		'psp': 'http://us.playstation.com/psp/'
 	}
	 
//EU Logo Footer Links
var other_logos_link = {
		'sony': 'http://us.playstation.com/',
		'ps3': 'http://eu.playstation.com/',
		'psp': 'http://eu.playstation.com/psp'
	}

//Set Slider # to show
var slide_page = {
		'1': 'screen',
		'2': 'video',
		'3': 'order',
		'4': 'register'
	}
 
//Countrys Flag & Language Abbreviations
var country = {
  		'us': 'United States',
  		'au': 'Australia',
  		'be2': 'Belgique',
  		'be': 'Belgie',
  		'br': 'Brazil',
  		'ca': 'Canada EN',
  		'ca2': 'Canada FR', 
  		'dk': 'Danmark',
  		'de': 'Deutschland',
  		'es': 'Espana',
  		'fr': 'France',
  		'ie': 'Ireland',
  		'it': 'Italia', 
  		'lu2': 'Luxembourg',
  		'lu': 'Luxemburg',
  		'mx': 'Mexico',
  		'nl': 'Nederland',
  		'nz': 'New Zealand',
  		'no': 'Norge',
  		'at': 'Osterreich',
  		'pl': 'Polska', 
  		'pt': 'Portugal',
  		'ru': 'Russia',
  		'ch': 'Schweiz',
  		'ch2': 'Svizzera',
  		'ch3': 'Suisse',
  		'fi': 'Suomi',
  		'se': 'Sverige',
  		'gb': 'United Kingdom'
  	}

/* IMAGES REFERENCE MANUAL
 * Replace "us" with the above country variable to reflect that image country language example "share_br.gif" for Brazil
 * 
 * share_us.gif				//Social network Share text
 * skip_us.gif				//Skip video text
 * dateofbirth_us.gif		//Enter Date of Birth text
 * submit_us.gif			//Submit Button text
 * community_us.gif			//Community Button text
 * register_us.gif			//Register Button text
 * preorder_us.gif			//Pre-Order Button text
 * order_large_us.jpg		//Pre Order PoPup text
 * share_us.gif				//Social network Share text
 * box_screen_us.jpg		//Screenshot Page text
 * box_order_us.jpg			//Pre-Order Page text
 * box_register_us.jpg		//Register Page text 
 * 
 * */