/*
***** Created at 06.09.10, 16:43:08 by CYBERhouse Import/Update-Script*****
***** Revision: 161
*/


<!-- //

/**
 *	seso media group <www.seso.at>
 *
 *	$URL: https://seso1.unfuddle.com/svn/seso1_webbob/js/data.js $
 *	$Date: 2010-09-06 14:11:27 +0200 (Mo, 06 Sep 2010) $
 *	$Revision: 161 $
 *	$Author: florianlanger $
 */

/*******************************************************************************
LIGHTBOX
*******************************************************************************/

/**
* PROPERTIES 
* 
*/
bobdata.lightBox['property'].container = "bob";
bobdata.lightBox['property'].prefix = "lightBox_"; 
bobdata.lightBox['property'].speed = 45; 
bobdata.lightBox['property'].frames = 10;



/**
* DEFAULT CONFIGURATION
* 
* the default-values of the lightBox-configuration.
* (you can overwrite this values for every lightBox individually)
* 
*/
bobdata.lightBox['property'].config = [];

/**
* size
* 
* defines the width of the lightBox.
* 
* @permitted values: 'small' || 'medium' || 'large' || 'max'
* 
*/
bobdata.lightBox['property'].config['size'] = 'medium';

/**
* contentHeight
* 
* defines height of the contentLayer in px.
* set false: the height is depending on the content
* 
* @permitted values: false || {Int}
* 
*/
bobdata.lightBox['property'].config['contentHeight'] = false;

/**
* bgLayer
* 
* defines if the lightBox has a background-layer. 
* 
* @permitted values: true || false
* 
*/
bobdata.lightBox['property'].config['bgLayer'] = true;

/**
* hasDesign
* 
* defines if the lightBox has a design - means, glow, header, edges
* 
* @permitted values: true || false
* 
*/
bobdata.lightBox['property'].config['hasDesign'] = true;

/**
* closeable
* 
* defines if the lightBox has a closeIcon
* 
* @permitted values: true || false
* 
*/
bobdata.lightBox['property'].config['closeable'] = true;

/**
* dragable
* 
* defines if the lightBox is dragable, otherwise it will be fixed at the viewport.
* this config will not take affect in IE6 - default is false.
* 
* @permitted values: true || false
* 
*/
bobdata.lightBox['property'].config['dragable'] = false;

/**
* vertical align
* 
* defines the vertical position of the lightBox in the viewport
* 
* @permitted values: 'center' || 'top' || 'bottom'
* 
*/
bobdata.lightBox['property'].config['vAlign'] = 'center';

/**
* horizontal align
* 
* defines the horizontal position of the lightBox in the viewport
* 
* @permitted values: 'center' || 'left' || 'right'
* 
*/
bobdata.lightBox['property'].config['hAlign'] = 'center';

/**
* fade
* 
* defines if the lightBox fades in and out.
* 
* @permitted values: true || false
* 
*/
bobdata.lightBox['property'].config['fade'] = true;

/**
* slide
* 
* defines the direction from which the lightBox slides into the viewport.
* set false to disable this animation.
* 
* @permitted values: false || 'left' || 'right' || 'top' || 'bottom'
* 
*/
bobdata.lightBox['property'].config['slide'] = false;

/**
* printBtn
* 
* defines if a print-button is shown at the bottom of the content
* 
* @permitted values: true || false
* 
*/
bobdata.lightBox['property'].config['printBtn'] = false;

/**
* autoClose
* 
* defines the time (seconds) after which the box closes automatically
*
* @permitted values: null || {Int}
* 
*/
bobdata.lightBox['property'].config['autoClose'] = null;



/* TIME-CONTROL *****************************************************************************
* 
* with the following parameters the automatic loadBehavior can be extended. you can define
* a begin-date, an end-date and a timeout. 
* 
* example for a GMT-String: 'Thu, 19 Jan 1984 16:35:00 GMT'
* 
*/

/**
* beginDate
*
* @permitted values: null || GMT-String
* 
*/
bobdata.lightBox['property'].config['beginDate'] = null;

/**
* endDate
*
* @permitted values: null || GMT-String
* 
*/
bobdata.lightBox['property'].config['endDate'] = null;

/**
* timeout (in days)
*
* @permitted values: null || {Int} (>=0)
* 
*/
bobdata.lightBox['property'].config['timeout'] = null;

/**
* flashVer
* 
* the lightBox only opens if the requested flash-version is available.
*
* @permitted values: null || {Int} (>=0)
* 
*/
bobdata.lightBox['property'].config['flashVer'] = null;

/**
* deferralLoading (for AJAX-calls)
* 
* only takes affect if the lightBox is filled via AJAX.
* 
* the content of the box is requested 
* 	false -> automaticly after the page is loaded
* 	true -> only when the box opens
*
* to get an optimal result, you have to define the "contentHeight" of the box.
*
* @permitted values: true || false
* 
*/
bobdata.lightBox['property'].config['deferralLoading'] = false;

/**
* eventhandlers: onClose & onOpen 
* 
* you can define a executable JS-Command which is fired
* 	onOpen -> after the box opens
* 	onClose -> before the box closes
* 
* @permitted values: null || String
* 
*/
bobdata.lightBox['property'].config['onOpen'] = null;
bobdata.lightBox['property'].config['onClose'] = null;



bobdata.lightBox['property'].config['buttons'] = null;
bobdata.lightBox['property'].config['followLink'] = false;

//SURVEY 

bobdata.lightBox['OneMinuteBOBSurvey'] = {};
bobdata.lightBox['OneMinuteBOBSurvey'].content = "<h2>deine meinung zu bob.at</h2><p>Liebe bob.at Besucherin, lieber bob.at Besucher,<br/><br/>Wir legen gro&szlig;en Wert auf deine Meinung und passen bob.at gerne deinen W&uuml;nschen an.<br/>Deshalb bitten wir dich, an unserer Online-Befragung zu unserer Website teilzunehmen.<br/><br/><b>Unter allen TeilnehmerInnen verlosen wir 2x ein LG Cookie Fresh GS290 in silber.</b><br/><br/>Die Umfrage dauert etwa 10 Minuten. Alle Angaben werden anonym und vertraulich behandelt. Vielen Dank im Voraus f&uuml;r deine Mithilfe und viel Gl&uuml;ck beim Gewinnspiel!<br/><br/>Dein bob Team<br/><br/><a href='https://survey.a1.net/uc/mobilkom/b8de/' class='icon arrow' title='bob umfrage' target='_blank'>Hier geht's zur Umfrage</a></p>";
bobdata.lightBox['OneMinuteBOBSurvey'].config = [];
bobdata.lightBox['OneMinuteBOBSurvey'].config.bgLayer = false;
bobdata.lightBox['OneMinuteBOBSurvey'].config.fade = false;
bobdata.lightBox['OneMinuteBOBSurvey'].config.size = 'large';

//EXAMPLE 1: "A basic LightBox"

bobdata.lightBox['basic'] = {};
bobdata.lightBox['basic'].content = "<h2>A basic LightBox</h2><p>Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquid ex ea commodi consequat. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint obcaecat cupiditat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><p>Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquid ex ea commodi consequat. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint obcaecat cupiditat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>";

bobdata.lightBox['basic'].config = [];
bobdata.lightBox['basic'].config.bgLayer = false;
bobdata.lightBox['basic'].config.fade = false;
bobdata.lightBox['basic'].config.size = 'large';


//EXAMPLE 2: "Drag Me!"

bobdata.lightBox['dragMe'] = {};
bobdata.lightBox['dragMe'].content = "<h2>Drag Me!</h2><p>Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquid ex ea commodi consequat. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint obcaecat cupiditat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>";

bobdata.lightBox['dragMe'].config = [];
bobdata.lightBox['dragMe'].config.dragable = true;
bobdata.lightBox['dragMe'].config.vAlign = 'top';
bobdata.lightBox['dragMe'].config.hAlign = 'left';


//EXAMPLE 3: "I belive I can fly"

bobdata.lightBox['flyBox'] = {};
bobdata.lightBox['flyBox'].config = [];
bobdata.lightBox['flyBox'].config.slide = 'top';
bobdata.lightBox['flyBox'].config.vAlign = 'top';
bobdata.lightBox['flyBox'].config.hAlign = 'right';
bobdata.lightBox['flyBox'].config.dragable = true;


//EXAMPLE 4: "The Successor"

bobdata.lightBox['flyBoxSuccessor'] = {};
bobdata.lightBox['flyBoxSuccessor'].config = [];
bobdata.lightBox['flyBoxSuccessor'].config.slide = 'right';
bobdata.lightBox['flyBoxSuccessor'].config.vAlign = 'bottom';
bobdata.lightBox['flyBoxSuccessor'].config.hAlign = 'left';
bobdata.lightBox['flyBoxSuccessor'].config.dragable = true;



/* MOBILE */

bobdata.lightBox['mobile'] = {};
bobdata.lightBox['mobile'].content = "<h2>Mobile TV und Videos direkt am Handy starten</h2><p>Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquid ex ea commodi consequat. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint obcaecat cupiditat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>";

bobdata.lightBox['mobile'].config = [];
bobdata.lightBox['mobile'].config['bgLayer'] = true;
bobdata.lightBox['mobile'].config['dragable'] = true;
bobdata.lightBox['mobile'].config['slide'] = 'bottom';
bobdata.lightBox['mobile'].config['size'] = 'large';


/* BROWSER */

bobdata.lightBox['browser'] = {};
bobdata.lightBox['browser'].content = "<h2>A1 Internet Browser</h2><p><strong>Jederzeit Informationen &uuml;ber Adressen, Telefonnummern, News etc. einfach mit dem Handy abrufen. Der A1 Internet Browser optimiert alle HTML-Webseiten f&uuml;r jedes Handy.</strong></p>";

bobdata.lightBox['browser'].config = [];
bobdata.lightBox['browser'].config['bgLayer'] = true;
bobdata.lightBox['browser'].config['dragable'] = true;
bobdata.lightBox['browser'].config['slide'] = 'top';

/* VODAFONE */

bobdata.lightBox['vodafone'] = {};
bobdata.lightBox['vodafone'].content = "<h2>Was ist Vodafone live?</h2><p><strong>Jederzeit Informationen &uuml;ber Adressen, Telefonnummern, News etc. einfach mit dem Handy abrufen. Der A1 Internet Browser optimiert alle HTML-Webseiten f&uuml;r jedes Handy.</strong></p>";


/*******************************************************************************
Light Box Image change GR 20080924 - CYBERHOUSE
*******************************************************************************/

var config_thumbs = {};
config_thumbs.hasDesign = false;

/*******************************************************************************
	FAQs
*******************************************************************************/

bobdata.faqs.sub = [];
bobdata.faqs.sub[1] = [];
bobdata.faqs.sub[1].label = "Top Ten";
bobdata.faqs.sub[1].questions = [];

	bobdata.faqs.sub[1].questions[1] = {};
	bobdata.faqs.sub[1].questions[1].content = "Was ist die bob Online Rechnung?";
	bobdata.faqs.sub[1].questions[1].href = "b_4_0_faq.html";
	
	bobdata.faqs.sub[1].questions[2] = {};
	bobdata.faqs.sub[1].questions[2].content = "Wie kann ich mich zur bob Online Rechnung anmelden?";
	bobdata.faqs.sub[1].questions[2].href = "b_4_0_faq.html";
	
	bobdata.faqs.sub[1].questions[3] = {};
	bobdata.faqs.sub[1].questions[3].content = "Wie viel kostet die bob Online Rechnung?";
	bobdata.faqs.sub[1].questions[3].href = "b_4_0_faq.html";
	
	bobdata.faqs.sub[1].questions[4] = {};
	bobdata.faqs.sub[1].questions[4].content = "Wie rufe ich die bob Online Rechnung ab?";
	bobdata.faqs.sub[1].questions[4].href = "b_4_0_faq.html";
	
	bobdata.faqs.sub[1].questions[5] = {};
	bobdata.faqs.sub[1].questions[5].content = "Wie erhalte ich einen Einzelverbindungsnachweis?";
	bobdata.faqs.sub[1].questions[5].href = "b_4_0_faq.html";
	
	bobdata.faqs.sub[1].questions[6] = {};
	bobdata.faqs.sub[1].questions[6].content = "Wie erhalte ich eine Rechnungskopie?";
	bobdata.faqs.sub[1].questions[6].href = "b_4_0_faq.html";
	
	bobdata.faqs.sub[1].questions[7] = {};
	bobdata.faqs.sub[1].questions[7].content = "Wie kann ich meine Papierrechnung abmelden?";
	bobdata.faqs.sub[1].questions[7].href = "b_4_0_faq.html";
	
	bobdata.faqs.sub[1].questions[8] = {};
	bobdata.faqs.sub[1].questions[8].content = "Gibt es eine Vorlage f&uuml;r das Finzanzamt?";
	bobdata.faqs.sub[1].questions[8].href = "b_4_0_faq.html";
	
	bobdata.faqs.sub[1].questions[9] = {};
	bobdata.faqs.sub[1].questions[9].content = "Wie sicher ist die bob Online Rechnung?";
	bobdata.faqs.sub[1].questions[9].href = "b_4_0_faq.html";
	
	bobdata.faqs.sub[1].questions[10] = {};
	bobdata.faqs.sub[1].questions[10].content = "Muss ich dazu Socken anziehen?";
	bobdata.faqs.sub[1].questions[10].href = "b_4_0_faq.html";


bobdata.faqs.sub[2] = {};
bobdata.faqs.sub[2].label = "Rechnung";
bobdata.faqs.sub[2].sub = [];

	bobdata.faqs.sub[2].sub[1] = {};
	bobdata.faqs.sub[2].sub[1].label = "Online Rechnung";
	bobdata.faqs.sub[2].sub[1].questions = [];
	
	bobdata.faqs.sub[2].sub[1].questions[1] = {};
	bobdata.faqs.sub[2].sub[1].questions[1].content = "Online Rechnung Frage 1";
	bobdata.faqs.sub[2].sub[1].questions[1].href = "b_4_0_faq.html";
	
	bobdata.faqs.sub[2].sub[1].questions[2] = {};
	bobdata.faqs.sub[2].sub[1].questions[2].content = "Online Rechnung Frage 2";
	bobdata.faqs.sub[2].sub[1].questions[2].href = "b_4_0_faq.html";
	
	bobdata.faqs.sub[2].sub[1].questions[3] = {};
	bobdata.faqs.sub[2].sub[1].questions[3].content = "Online Rechnung Frage 3";
	bobdata.faqs.sub[2].sub[1].questions[3].href = "b_4_0_faq.html";

	
	bobdata.faqs.sub[2].sub[2] = {};
	bobdata.faqs.sub[2].sub[2].label = "Kostenabfrage";
	bobdata.faqs.sub[2].sub[2].sub = [];
	
		bobdata.faqs.sub[2].sub[2].sub[1] = {};
		bobdata.faqs.sub[2].sub[2].sub[1].label = "Kostenabfrage 1";
		bobdata.faqs.sub[2].sub[2].sub[1].questions = [];
		
			bobdata.faqs.sub[2].sub[2].sub[1].questions[1] = {};
			bobdata.faqs.sub[2].sub[2].sub[1].questions[1].content = "Kostenabfrage Frage 1";
			bobdata.faqs.sub[2].sub[2].sub[1].questions[1].href = "b_4_0_faq.html";
			
			bobdata.faqs.sub[2].sub[2].sub[1].questions[2] = {};
			bobdata.faqs.sub[2].sub[2].sub[1].questions[2].content = "Kostenabfrage Frage 2";
			bobdata.faqs.sub[2].sub[2].sub[1].questions[2].href = "b_4_0_faq.html";
		
		bobdata.faqs.sub[2].sub[2].sub[2] = {};
		bobdata.faqs.sub[2].sub[2].sub[2].label = "Kostenabfrage 2";
		bobdata.faqs.sub[2].sub[2].sub[2].questions = [];

			bobdata.faqs.sub[2].sub[2].sub[2].questions[1] = {};
			bobdata.faqs.sub[2].sub[2].sub[2].questions[1].content = "Kostenabfrage2 Frage 1";
			bobdata.faqs.sub[2].sub[2].sub[2].questions[1].href = "b_4_0_faq.html";
			
			bobdata.faqs.sub[2].sub[2].sub[2].questions[2] = {};
			bobdata.faqs.sub[2].sub[2].sub[2].questions[2].content = "Kostenabfrage2 Frage 2";
			bobdata.faqs.sub[2].sub[2].sub[2].questions[2].href = "b_4_0_faq.html";
			
		bobdata.faqs.sub[2].sub[2].sub[3] = {};
		bobdata.faqs.sub[2].sub[2].sub[3].label = "Kostenabfrage 3";
	
	bobdata.faqs.sub[2].sub[3] = {};
	bobdata.faqs.sub[2].sub[3].label = "Einzelverbindungsnachweis";



bobdata.faqs.sub[3] = {};
bobdata.faqs.sub[3].label = "bob Einstellungen";

bobdata.faqs.sub[4] = {};
bobdata.faqs.sub[4].label = "Handy Einstellungen";

bobdata.faqs.sub[5] = {};
bobdata.faqs.sub[5].label = "bob im Ausland";

bobdata.faqs.sub[6] = {};
bobdata.faqs.sub[6].label = "Daten &auml;ndern";

bobdata.faqs.sub[7] = {};
bobdata.faqs.sub[7].label = "Tarife &amp; Optionen";

bobdata.faqs.sub[8] = {};
bobdata.faqs.sub[8].label = "Internet &amp; Email";

bobdata.faqs.sub[9] = {};
bobdata.faqs.sub[9].label = "Produkte";

bobdata.faqs.sub[10] = {};
bobdata.faqs.sub[10].label = "bob Online Shop";

bobdata.faqs.sub[11] = {};
bobdata.faqs.sub[11].label = "mobilkom austria AG";

bobdata.faqs.sub[12] = {};
bobdata.faqs.sub[12].label = "seso media group gmbh";



// -->