var viewportwidth;
var viewportheight;


if (typeof window.innerWidth != 'undefined') {
	viewportwidth = window.innerWidth,
	viewportheight = window.innerHeight
} else if (typeof document.documentElement != 'undefined' && typeof document.documentElement.clientWidth != 'undefined' && document.documentElement.clientWidth != 0) {
	viewportwidth = document.documentElement.clientWidth,
	viewportheight = document.documentElement.clientHeight
} else {
	viewportwidth = document.getElementsByTagName('body')[0].clientWidth,
	viewportheight = document.getElementsByTagName('body')[0].clientHeight
}

viewportwidth -= 150;
viewportheight -= 5;

//document.write("<object style='width:"+viewportwidth+"px;height:"+viewportheight+"px' ><param name='movie' value='http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf?mode=embed&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&amp;showFlipBtn=true&amp;documentId=091221135359-1f6f96b0f4544a5b940293f71ad71425&amp;docName=down1&amp;username=hgo.it&amp;loadingInfoText=http%3A%2F%2Fupload.resty.eu%2Fusers%2F2%2Fwidgets%2F17%2Fdownload&amp;et=1261408031967&amp;er=31' /><param name='allowfullscreen' value='true'/><param name='menu' value='false'/><embed src='http://static.issuu.com/webembed/viewers/style1/v1/IssuuViewer.swf' type='application/x-shockwave-flash' allowfullscreen='true' menu='false' style='width:"+viewportwidth+"px;height:"+viewportheight+"px' flashvars='mode=embed&amp;layout=http%3A%2F%2Fskin.issuu.com%2Fv%2Flight%2Flayout.xml&amp;showFlipBtn=true&amp;documentId=091221135359-1f6f96b0f4544a5b940293f71ad71425&amp;docName=down1&amp;username=hgo.it&amp;loadingInfoText=http%3A%2F%2Fupload.resty.eu%2Fusers%2F2%2Fwidgets%2F17%2Fdownload&amp;et=1261408031967&amp;er=31' /></object>");


function go (page) { 
	document.getElementById('issuuViewer').setPageNumber(page); 
	return false;
}


function openLW (url, w, h) {
	myLightWindow.activateWindow({
		href: url,
		width: w,
		height: h
	});
	return false;
} 

