// ActiveX Activation Tag. 
// This Script may not be reproduced, distributed, transmitted, cached, or otherwise used, except with the prior written permission of EHN Design or eProjects GmbH. Copyright © 2003-2006 EHN Design, Vienna. All rights reserved. 

// Flash variables:

var prefix = "";
var movieName = "goso06.swf"; 
var movieWidth = "800";
var movieHeight = "1200";
      
// Object creation:
      
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+movieWidth+'" height="'+movieHeight+'">');
document.write('<param name=movie value="'+prefix+movieName+'">');
document.write('<param name="quality" value="best"><param name="wmode" value="transparent">');
document.write('<embed src="'+prefix+movieName+'" quality="best" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+movieWidth+'" height="'+movieHeight+'"></embed>');
document.write('</object>');
