/**
 * Główny zestaw metod
 */
var Relacje = {

	init : function(){
		// podbicie wykresu GPW
		swfobject.embedSWF("http://static.gpw.pl//html/flash/GPWChart.swf", "wykres-gpw", "678", "600", "8.0.0", "expressInstall.swf",
			/* FLASHVARS	*/	{ 'ISIN': 'PLMSTPL00018', 'language': 'PL', 'stockURL': 'http://www.gpw.pl/chart.php' },
			/* PARAMS 		*/	{ swliveconnect: true, wmode: "transparent", scale: "noScale" },
			/* ATTRIBUTES	*/	{ id: "wykres-gpw", name: "wykres-gpw" }
		);
	}	
};

