function RunStart(){
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="1280" height="1200" id="affarsverktyg" align="middle">')
	document.write('<param name="allowScriptAccess" value="sameDomain" />')
	document.write('<param name="movie" value="affarsverktyg.swf?lang='+lang+'" />')
	document.write('<param name="menu" value="false" />')
	document.write('<param name="quality" value="best" />')
	document.write('<param name="scale" value="noscale" />')
	document.write('<param name="salign" value="lt" />')
	document.write('<param name="bgcolor" value="#ffffff" />')
	document.write('<embed src="affarsverktyg.swf?lang='+lang+'" menu="false" quality="best" scale="noscale" salign="lt" bgcolor="#ffffff" width="1280" height="1200" name="affarsverktyg" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />')
	document.write('</object>')
}

function inloggning(){
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="1280" height="1495" id="affarsverktyg" align="middle">')
	document.write('<param name="allowScriptAccess" value="sameDomain" />')
	document.write('<param name="movie" value="affarsverktyg_pop.swf?user='+a+'&lang='+b+'&login='+c+'" />')
	document.write('<param name="menu" value="false" />')
	document.write('<param name="quality" value="best" />')
	document.write('<param name="scale" value="noscale" />')
	document.write('<param name="salign" value="lt" />')
	document.write('<param name="bgcolor" value="#ffffff" />')
	document.write('<embed src="affarsverktyg_pop.swf?user='+a+'&lang='+b+'&login='+c+'" menu="false" quality="best" scale="noscale" salign="lt" bgcolor="#ffffff" width="1280" height="1495" name="affarsverktyg" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />')
	document.write('</object>')
}

function loginpop(p){
	x=window.open("affarsverktyg_pop.asp?login=&lang="+p,"loggedin","width="+screen.width*0.8+",height="+screen.height*0.7+",toolbar=0,status=0,screenX="+0.5*screen.width+",screenY="+0.5*screen.height)
	if (x == null || typeof(x)=='undefined') {   
  		alert('Du måste ställa in i din webbläsare att popup ska tillåtas!')
	} 
	else {   
		x.focus()
	}
}

function maximera(p){
	moveTo(0,0)
	resizeTo(2280,5000)
	document.cookie ="username="+p+"; expires=Wed, 22 Apr 2015 20:47:11 UTC"
}

//prepre() förhandsvisar enkätens rubrik, för- och eftertext samt färgval
function visa(p){	
	t=window.open("prepre.asp?preinfo="+p,"poppage", "toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width="+screen.width*0.5+",height="+screen.height*0.75+", left = 100, top = 100");
}
