widgetUrl = "http://www.evinoteca.ro/widget/evinoteca.swf";

function evinoteca_expand(){
	document.getElementById("widgetEVWrapper").style.width = '415px';
	document.getElementById("widgetEVContainer").style.width = '415px';
	document.getElementById("widgetEVWrapper").style.margin = '0 0 0 -254px';
}
			
function evinoteca_contract(){
	document.getElementById("widgetEVWrapper").style.width = '160px';
	document.getElementById("widgetEVContainer").style.width = '160px';
	document.getElementById("widgetEVWrapper").style.margin = '0 0 0 0';
}

function evisdefined( variable){
    return (typeof(window[variable]) == "undefined")?  false: true;
}

/* CREATE VARS */
vars = 'loc='+document.location.href;
if (typeof evId != 'undefined') vars+='&id='+evId;
if (typeof evinoteca_aff_code != 'undefined') vars+='&evinoteca_aff_code='+evinoteca_aff_code;


document.write('<div style="display: block; width: 160px; height: 600px; margin: 0; padding: 0;">');
document.write('<div style="position: absolute; width: 160x; margin: 0; padding: 0; display: block; overflow: hidden;" id="widgetEVWrapper">');
document.write('<div style="position: relative; width: 160px;" id="widgetEVContainer">');
document.write('<object width=\'415\' height=\'600\'>');
document.write('<param name=\'movie\' value=\''+widgetUrl+'\' />'); /* EDIT THIS */
document.write('<param name=\'wmode\' value=\'transparent\' />');
document.write('<param name=\'AllowScriptAccess\' value=\'always\' />');
document.write('<param name=\'FlashVars\' value=\'loc='+document.location.href+'\' />');
document.write('<param name=\'FlashVars\' value=\''+vars+'\' />');

document.write('<embed src="'+widgetUrl+'" wmode="transparent" bgcolor="#ffffff" width="415" height="600" type="application/x-shockwave-flash" AllowScriptAccess="always"');
document.write(' FlashVars="'+vars+'"');
document.write('>');
document.write('</object></div></div></div>');