<!--

var bkfullname = 'AGIR #39';
var bkfulltitle = 'Strategy &amp; Organization';
var pgimgname = '38';
var bkimgwdth = '128';
var bkimghght = '193';
var text_book1 = 'The new issue of the AGIR review, ';
var text_book2 = ', is available in bookstores.';

var layernb;
var url;
var hiddenLink;
var urlPdf;
var w;
var h;
var t;
var l;
var n;
var adobe_win;

menu_highlight1 = new Image();
menu_highlight1.src = "../img/menu_grad2.gif";

function buchhandel() {
	document.write('<a href=\"./agir.php?id=');
	document.write(pgimgname);
	document.write('\"><img src=\"./../img/agir');
	document.write(pgimgname);
	document.write('.jpg\" class=\"agir_preview\" width=\"');
	document.write(bkimgwdth);
	document.write('\" height=\"');
	document.write(bkimghght);
	document.write('\" title=\"');
	document.write(bkfullname);
	document.write(':&nbsp;');
	document.write(bkfulltitle);
	document.write('\" alt=\"\" /></a>');
}

function bhText() {
	document.write(text_book1);
	document.write('&laquo;&nbsp;');
	document.write(bkfulltitle);
	document.write('&nbsp;&raquo;');
	document.write(text_book2);
}

function bhLink() {
	document.write('<a href=\"./agir.php?id=');
	document.write(pgimgname);
	document.write('\">More...</a>');
}

function affCompt(layernb) {
	if (document.getElementById(layernb).style.visibility == "visible") {
		document.getElementById(layernb).style.visibility = "hidden";
	} else {
		document.getElementById(layernb).style.visibility = "visible";
	}
}

function nw(urlPdf,w,h,t,l,n){
	window.name='main';
	if (!n) {
		n = "pop";
	}
	if (n == "pdf") {
			var prm="scrollbars=yes,resizable=yes,dependent";
	} else {
			var prm="scrollbars=yes,resizable=no,dependent";
	}
	if (w>0){prm=prm.concat(",width=",w)}
	if (h>0){prm=prm.concat(",height=",h)}
	if (t>0){prm=prm.concat(",top=",t)}
	if (l>0){prm=prm.concat(",left=",l)}
	var nw=window.open(urlPdf,n,prm);nw.focus();
}

function go_adobe() {
	adobe_win=window.open('http://www.adobe.com/products/acrobat/readstep2.html');
}

function chgLegLayer(showit,layernb_leg) {
	if (showit) {
		layerStatus = "visible";
	} else {
		layerStatus = "hidden";
	}
	document.getElementById(layernb_leg).style.visibility=layerStatus;
}

function trSwTitle(titleToHide,titleToShow) {
	document.getElementById(titleToHide).style.display = "none";
	document.getElementById(titleToShow).style.display = "inline";
}

function switchToFr() {
	var tagBeg = '/en/';
	var posBegURL = window.location.href.indexOf(tagBeg);
	var posEndURL = window.location.href.length;
	var posEndURLFr = eval(posBegURL) + 1;
	posBegURL = eval(posBegURL) + tagBeg.length;
	var URLRoot = window.location.href.substring(posBegURL,posEndURL);
	var URLPath = window.location.href.substring(0,posEndURLFr);
	window.location.href = URLPath + URLRoot;
}

function textCollapse(text_id) {
	text_id1 = text_id + '1';
	text_id2 = text_id + '2';
	if (document.getElementById(text_id1).style.display != "none") {
		document.getElementById(text_id1).style.display = "none";
		document.getElementById(text_id2).style.display = "inline";
	} else {
		document.getElementById(text_id1).style.display = "inline";
		document.getElementById(text_id2).style.display = "none";
	}
}

//-->
