//<![CDATA[
		   
var strURL_A = new String('');
var strURL_B = new String('');
var strFlash = new String('');
var strInstall = new String('');
var strLoc = new String(self.location.href);
var intPos = new String(0);
var params = {};
var attributes = {};
var flashvars = {scale:"noscale"};

function getAvailableH(){
  var winH = document.documentElement.clientHeight;
  return winH;
}
function getAvailableW(){
	var winW = document.documentElement.clientWidth;
  return winW;
}

intPos = strLoc.lastIndexOf('/') + 1;
strLoc = strLoc.substring(0, intPos);
strURL_A = strLoc + "scrformut.asp";
strURL_B = strLoc + "scrpalaute.asp";
strURL_C = strLoc + "scrrekry.asp";
strFlash = strLoc + "objects/main.swf?HACT=" + strURL_A + "&FEEDBACK=" + strURL_B + "&REKRY=" + strURL_C;
strInstall = strLoc + "objects/expressInstall.swf";

swfobject.embedSWF(strFlash, "flashcontent", "100%", "100%", "9.0.0", strInstall, flashvars, params, attributes);

//]]>


