﻿/**************************************************************************/
/*    Stanusch Technologies S.A.                                          */
/*    Osadzenie wirtualnego Doradcy                                       */
/*    v 1.2                                                               */
/**************************************************************************/
var STWD_GLOBAL_URL = "http://wenus.stanuschtechnologies.pl/players/player3/";
var STWD_CATALOG_URL = "e-marketing";
var STWD_FLASH_WIDTH = "222";
var STWD_FLASH_HEIGHT = "550";
var STWD_PLAYER_ID = "";
if (window.location.href.indexOf("/autowyszukiwacz") != -1) {
    STWD_PLAYER_ID = "search";
}


function STWD_Embed(elementId, actionId)
{
    $('#'+elementId).append("<div id='stContent'><p>You need Flash Player 9 or greater: <a href='http://get.adobe.com/flashplayer/?promoid=DAFYL'>http://get.adobe.com</a></p></div>");
    if (!actionId) actionId = "";
    STWD_ACTION_ID = actionId;
    STWD_OpenWd(actionId);
}

function STWD_OpenWd(actionId)
{
    if( !actionId ) actionId = "";
    STWD_ACTION_ID = actionId;
	var flashvars = {
		skin: STWD_GLOBAL_URL + STWD_CATALOG_URL +"/avatar.swf",
		configfile: STWD_GLOBAL_URL + STWD_CATALOG_URL + "/avatar.xml",
		engine: STWD_GLOBAL_URL + "Common/engine.swf"
	};
	var params = {
		menu: "false",
		wmode: "window",
		allowScriptAccess: "always"
	};
	var attributes = {
		id: "wd",
		name: "wd"
	};
swfobject.embedSWF(STWD_GLOBAL_URL + STWD_CATALOG_URL + "/loader.swf", "stContent", STWD_FLASH_WIDTH, STWD_FLASH_HEIGHT, "9", "../Common/expressInstall.swf", flashvars, params, attributes);
}

function STWD_OpenData(param) {
        window.open(param, "_blank");
}

function STWD_Answer(question) 
{
	try {document.getElementById("wd").answerQuestion(question);}
	catch (e) {alert(e);}
}

