var FLPROPS = {	
	// Editable properties/methods
	flashversion: '9,0,0,0',
	divId: 'flashcontent',
	flashvars: {},
	
	params: {
		base:'',
		allowScriptAccess:'always',
		scale: 'noscale',
		wmode: 'transparent',
		bgcolor: '#00071e'
	},
	
	attributes: {},
	path: 'main.swf?territory=sa&xml_path=xml/billboards.xml',
	getWidth: '558',
	getHeight: '252'
}

function detectPlayer(){

	var mobile = (/iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase()));  
    if (mobile) {  
        document.getElementById(FLPROPS.divId).innerHTML = '<img src="images/sp_home_mainbanner.jpg" alt="Main Sonypictures Billboard Banner" />';
    } else {
		swfobject.embedSWF(FLPROPS.path, FLPROPS.divId, FLPROPS.getWidth, FLPROPS.getHeight, FLPROPS.flashversion, "", FLPROPS.flashvars, FLPROPS.params, FLPROPS.attributes);
	}
}

function contact() {
    part1 = "BE_Info";
    part2 = "spe.sony";
	mail = 'mai' + 'lto:' + part1 + '@' + part2 + '.com'
	document.getElementById("contactus").setAttribute("href", mail);
}
	

addLoadEvent(function() {
	detectPlayer();
});

