

function view_flash(Lo,W,H){
	var Lo, W, H;
	document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+W+'" height="'+H+'">');
	document.write ('<param name="movie" value="'+Lo+'"/>');
	document.write ('<param name="quality" value="high"/>');
	document.write ('<param name="wmode" value="transparent">');
	document.write ('<embed src="'+Lo+'" quality="high" bgcolor="#ffffff" width="'+W+'" height="'+H+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
	document.write ('</object>');
}



// webzine windows script
function FullscreenOpen(url){
    var fullwidth = 1000;
	var fullheight = 720;
	var newWin = window.open(url+"?full&right&normal&42&0&42&zoomgo&5",'webzine_new','titlebar=yes,toolbar=no, location=no,  menubar=no, resizable=no, status=0, left=0, top=0, width=' + fullwidth + ', height=' + fullheight);
	newWin.focus();
	//opener = self;
	//self.close();
}