/* -- Adobe GoLive JavaScript Library */

CSStopExecution=false;
function CSAction(array) {return CSAction2(CSAct, array);}
function CSAction2(fct, array) { 
	var result;
	for (var i=0;i<array.length;i++) {
		if(CSStopExecution) return false; 
		var aa = fct[array[i]];
		if (aa == null) return false;
		var ta = new Array;
		for(var j=1;j<aa.length;j++) {
			if((aa[j]!=null)&&(typeof(aa[j])=="object")&&(aa[j].length==2)){
				if(aa[j][0]=="VAR"){ta[j]=CSStateArray[aa[j][1]];}
				else{if(aa[j][0]=="ACT"){ta[j]=CSAction(new Array(new String(aa[j][1])));}
				else ta[j]=aa[j];}
			} else ta[j]=aa[j];
		}			
		result=aa[0](ta);
	}
	return result;
}
CSAct = new Object;
function CSClickReturn () {
	var bAgent = window.navigator.userAgent; 
	var bAppName = window.navigator.appName;
	if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0))
		return true; /* dont follow link */
	else return false; /* dont follow link */
}

// OUT Open Image Window Action v1.2.6
// Script copyright 1999, 2000 OUT Media Design GmbH. All rights reserved.

function OUTOpenImageWindow(action) {
	var imgWinW = action[3];
	var imgWinH = action[4];
	var bgImg = action[16] ? ' BACKGROUND="'+action[15]+'" ' : '';
	var bVers=window.navigator.appVersion.substring(0,1);
	var isMac = window.navigator.userAgent.indexOf("Mac") >= 0;
	var isNN = window.navigator.appName.indexOf("Netscape")>=0;
	var isIE = window.navigator.appName.indexOf("Explorer")>=0;
	var wOffset = (bVers<4 && isNN) ? 9 : action[14];

	imgWinW += 2*wOffset;
	imgWinH += 2*wOffset;
	var wf = "";	
	wf = wf + "width=" + imgWinW;
	wf = wf + ",height=" + imgWinH;
	wf = wf + ",resizable=" + (action[5] ? "no" : "yes");
	wf = wf + ",scrollbars=" + (action[6] ? "no" : "yes");
	wf = wf + ",menubar=" + (action[7] ? "no" : "yes");
	wf = wf + ",toolbar=" + (action[8] ? "no" : "yes");
	wf = wf + ",directories=" + (action[9] ? "no" : "yes");
	wf = wf + ",location=" + (action[10] ? "no" : "yes");
	wf = wf + ",status=" + (action[11] ? "no" : "yes");
	var newImgWin = window.open("",action[2],wf);
	newImgWin.saveResizable = !action[5];
	
	newImgWin.document.writeln('<HTML><HEAD><TITLE>'+action[13]+'</TITLE></HEAD>');
	newImgWin.document.writeln('<BODY BGCOLOR="'+action[12]+'"'+bgImg+' MARGINWIDTH="'+action[14]+'" MARGINHEIGHT="'+action[14]+'" LEFTMARGIN="'+action[14]+'" TOPMARGIN="'+action[14]+'">');
	newImgWin.document.write('<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%" HEIGHT="100%"><TR><TD VALIGN="middle" ALIGN="center"><IMG SRC="'+action[1]+'"');
	if (action[17] && bVers>=4) newImgWin.document.write(' ONLOAD="var imgWinW=this.width+'+2*wOffset+';var imgWinH=this.height+'+2*wOffset+';if(window.setResizable) window.setResizable(true);window.resizeTo(imgWinW, imgWinH);if (window.setResizable) window.setResizable(window.saveResizable);if(window.document.body && (window.document.body.clientWidth!=imgWinW || window.document.body.clientHeight!=imgWinH)) { window.resizeTo(2*imgWinW-window.document.body.clientWidth,2*imgWinH-window.document.body.clientHeight);}"');
	newImgWin.document.writeln('></TD></TR></TABLE>');
	newImgWin.document.writeln('</BODY></HTML>');
	newImgWin.document.close();
	if(bVers>=4 && !action[17]) { //do chrome compensation now
		if (isNN && newImgWin.setResizable) newImgWin.setResizable(true);
		if (!(isIE && isMac)) newImgWin.resizeTo(imgWinW,imgWinH);
		if (isNN && newImgWin.setResizable) newImgWin.setResizable(!action[5]);
		if(isIE && !isMac && (newImgWin.document.body.clientWidth!=imgWinW || newImgWin.document.body.clientHeight!=imgWinH)) newImgWin.resizeTo(2*imgWinW-newImgWin.document.body.clientWidth,2*imgWinH-newImgWin.document.body.clientHeight);
	}
	if(action[18] && bVers>=4 && !(isMac && isIE && bVers<5)) newImgWin.focus();
}
// WBShrinkWrapper.action v1.4.1 - January, 2004
// © Copyright 2002 by Walter Blady
// All rights reserved
var SWisWin = navigator.platform.indexOf("Win") > -1, SWwinHeightComp;
var SWisNav4 = navigator.appName.indexOf("Netscape") > -1 && parseInt(navigator.appVersion.charAt(0)) == 4;
var SWisIE4 = navigator.appVersion.indexOf("MSIE 4") > -1;
var SWisIE = window.navigator.userAgent.indexOf("MSIE") > -1;
var SWisOmniWeb = window.navigator.userAgent.indexOf("OmniWeb") > -1;
var SWisSafari = window.navigator.userAgent.indexOf("Safari") > -1;
var SWisOpera = window.navigator.userAgent.indexOf("Opera") > -1;
var SWW3C = document.getElementById ? true : false;
var SWNewWind = new Array(), SWsetDelay = 0, SWwindowObj, SWimageObj, SWprotectImageObj, SWwatermarkObj, SWleft, SWtop;
var SWscreenWidth, SWscreenHeight, SWwinWidth = 0, SWwinHeight = 0, SWparams, SWwindowNam, SWaction;
function WBShrinkWrapper(action) {
	if (SWVersion() && action[4].indexOf("Reference!") == -1 && action[4] != "#") {
		SWwinHeightComp = (SWisWin && SWisIE)|| SWisSafari || SWisOmniWeb || SWisOpera ? action[8] : 0;
		SWaction = action;
		SWwindowObj = "newWindowObject";
		SWwindowNam = (action[2].length > 0 ? action[2] : "SWnewWindowName");
		var windowTite = (action[3].length > 0 ? action[3] : "Shrink Wrapper");
		SWparams = "";
		SWscreenWidth = screen.width, SWscreenHeight = screen.height;
		if (action[5] > 0) SWwinWidth = action[5];
		if (action[6] > 0) SWwinHeight = action[6];
		SWSetCoord(SWaction, SWwinWidth, SWwinHeight + SWwinHeightComp, SWscreenWidth, SWscreenHeight);
		SWparams += "width=" + SWwinWidth;
		SWparams += ",height=" + SWwinHeight;
		SWparams += ",toolbar=0,location=0,directories=0,status=0,menubar=0,favorites=0,scrollbars=0";
		SWparams += ",resizable=" + (SWisNav4 || action[7] ? "1" : "0");
		SWparams += (SWisIE) ? ",top=" + SWtop + ",left=" + SWleft : ",screenY=" + SWtop + ",screenX=" + SWleft;
		SWimageObj = "imageObject", SWprotectImageObj = "protectImage", SWwatermarkObj = "watermark";
		var htmlContent = '<html><head>';
		htmlContent += '<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">';
		htmlContent += '<title>' + windowTite + '</title>';
		htmlContent += '<style type="text/css" media="screen"><!--';
		htmlContent += '#layer1 { position: absolute; z-index: 0; top: 0px; left: 0px; width: 100px; height: 100px; visibility: visible; display: block }';
		if (action[13].indexOf("Reference!") == -1 && action[13] != "#") {
			htmlContent += '#layer2 { position: absolute; z-index: 1; top: 0px; left: 0px; width: 100px; height: 100px; visibility: visible; display: block }';
		}
		if (action[14].indexOf("Reference!") == -1 && action[14] != "#") {
			htmlContent += '#layer3 { position: absolute; z-index: 2; top: 0px; left: 0px; width: 100px; height: 100px; visibility: visible; display: block }';
		}
		if (action[12].indexOf("Reference!") == -1 && action[12] != "#") {
			htmlContent += '#layer4 { position: absolute; z-index: 3; top: 10px; left: 10px; width: 68px; height: 16px; visibility: visible; display: block }';
		}
		htmlContent += '--></' + 'style>';
		htmlContent += '<script language="Javascript">function SWCloseWindow() { self.window.close(); return;}</' + 'script>';
		if (action[1] == 1) {
			htmlContent += '</head><body bgcolor="#ffffff">';
			htmlContent += '<div id="layer1"><img src="' + action[4] + '" name="' + SWimageObj + '"></div>';
			if (action[13].indexOf("Reference!") == -1 && action[13] != "#") {
				htmlContent += '<div id="layer2"><img src="' + action[13] + '" name="' + SWprotectImageObj + '"></div>';
			}
			if (action[14].indexOf("Reference!") == -1 && action[14] != "#") {
				htmlContent += '<div id="layer3"><img src="' + action[14] + '" name="' + SWwatermarkObj + '"></div>';
			}
			if (action[12].indexOf("Reference!") == -1 && action[12] != "#") {
				htmlContent += '<div id="layer4"><a href="Javascript:void(SWCloseWindow())"><img src="' + action[12] + '" alt="" width="68" height="16" border="0"></div></a>';
			}
		}
		else if (action[1] == 0) {
			htmlContent += '</head><body bgcolor="#ffffff" background="' + action[4] + '">';
			if (action[14].indexOf("Reference!") == -1 && action[14] != "#") {
				htmlContent += '<div id="layer3"><img src="' + action[14] + '" name="' + SWwatermarkObj + '" border="0"></div>';
			}
			if (action[12].indexOf("Reference!") == -1 && action[12] != "#") {
				htmlContent += '<div id="layer4"><a href="Javascript:void(SWCloseWindow())"><img src="' + action[12] + '" alt="" width="68" height="16" border="0"></div></a>';
			}
		}
		htmlContent += '</body></html>';
		SWNewWind[SWwindowObj] = window.open("", SWwindowNam, SWparams);
		SWNewWind[SWwindowObj].document.write(htmlContent);
		SWNewWind[SWwindowObj].document.close();
		if (action[1] == 0 && (SWW3C || SWisIE4)) {
			SWNewWind[SWwindowObj].moveTo(SWleft, SWtop);
			SWResizePage(SWwinWidth, SWwinHeight + SWwinHeightComp);
		}
		if (action[1] == 1) {
			if (SWisIE || SWW3C) {
				SWsetDelay = setInterval('if (SWNewWind[SWwindowObj].document.images[0].width >= 100) { SWGetImageObject() }', 50);
			}
			else {
				SWsetDelay = setInterval('if (SWNewWind[SWwindowObj].document.layer1.document.images[0].width >= 100) { SWGetImageObject() }', 50);
			}
		}
		else if (action[1] == 0 && action[14].indexOf("Reference!") == -1 && action[14] != "#") {
			if (SWisIE || SWW3C) {
				SWsetDelay = setInterval('if (SWNewWind[SWwindowObj].document.images[0].width >= 100) { SWCenterWatermark() }', 50);
			}
			else {
				SWsetDelay = setInterval('if (SWNewWind[SWwindowObj].document.layer1.document.images[0].width >= 100) { SWCenterWatermark() }', 50);
			}
		}
	}
	SWNewWind[SWwindowObj].focus();
	return;
}
function SWResizePage(width, height) {
	if (SWisIE) {
		SWNewWind[SWwindowObj].resizeTo(width, height);
	}
	else {
		var temp = SWNewWind[SWwindowObj].innerWidth;
		SWNewWind[SWwindowObj].innerWidth = temp-1;
		if (SWNewWind[SWwindowObj].innerWidth == temp-1) {
			SWNewWind[SWwindowObj].innerWidth = width;
			SWNewWind[SWwindowObj].innerHeight = height;
		}
		else {
			SWNewWind[SWwindowObj].resizeTo(width, height);
		}
	}
	return;
}
function SWSetCoord(action, width, height, screenWidth, screenHeight) {
	if (action[9] == 0) {
		SWleft = (screenWidth - width)/2;
		SWtop = (screenHeight - height)/2;
	}
	else if (action[9] == 1) {
		SWleft = 0;
		SWtop = 0;
	}
	else if (action[9] == 2) {
		SWleft = 0;
		SWtop = screenHeight - height - 12;
	}
	else if (action[9] == 3) {
		SWleft = screenWidth - width - 12;
		SWtop = 0;
	}
	else if (action[9] == 4) {
		SWleft = screenWidth - width - 12;
		SWtop = screenHeight - height - 12;
	}
	else if (action[9] == 5) {
		SWleft = width+action[11]>screenWidth ? action[11]-(width+action[10]-screenWidth)-12 : action[11];
		SWtop = height+action[10]>screenHeight ? action[10]-(height+action[10]-screenHeight)-12 : action[10];
	}
	return;
}
function SWGetImageObject() {
	clearInterval(SWsetDelay);
	if (SWisIE || SWW3C) {
		var imgObj = SWNewWind[SWwindowObj].document.images[SWimageObj];
		var protectImgObj = SWNewWind[SWwindowObj].document.images[SWprotectImageObj];
		var watermarkObj = SWNewWind[SWwindowObj].document.images[SWwatermarkObj];
	}
	else {
		var imgObj = SWFindImageObject(SWNewWind[SWwindowObj], SWimageObj, "layer1");
		var protectImgObj = SWFindImageObject(SWNewWind[SWwindowObj], SWprotectImageObj, "layer2");
		var watermarkObj = SWFindImageObject(SWNewWind[SWwindowObj], SWwatermarkObj, "layer3");
	}
	SWSetCoord(SWaction, imgObj.width, imgObj.height + SWwinHeightComp, SWscreenWidth, SWscreenHeight);
	SWNewWind[SWwindowObj].moveTo(SWleft, SWtop);
	SWResizePage(imgObj.width, imgObj.height + SWwinHeightComp);
	SWNewWind[SWwindowObj].moveTo(SWleft, SWtop);
	SWwinWidth = imgObj.width;
	SWwinHeight = imgObj.height;
	if (protectImgObj) { 
		protectImgObj.width = imgObj.width;
		protectImgObj.height = imgObj.height;
	}
	if (watermarkObj) {
		SWSetCenter(watermarkObj, imgObj.width, imgObj.height);
	}
	return;
}
function SWCenterWatermark() {
	clearInterval(SWsetDelay);
	if (SWisIE || SWW3C) {
		var watermarkObj = SWNewWind[SWwindowObj].document.images[SWwatermarkObj];
	}
	else {
		var watermarkObj = SWFindImageObject(SWNewWind[SWwindowObj], SWwatermarkObj, "layer3");
	}
	SWSetCenter(watermarkObj, SWwinWidth, SWwinHeight + SWwinHeightComp);
	return;
}
function SWSetCenter(watermarkImage, imageWidth, imageHeight) { 
	var obj = SWGetObject("layer3");
	watermarkImage.width = watermarkImage.width > imageWidth ? imageWidth : watermarkImage.width;
	watermarkImage.height = watermarkImage.height > imageHeight ? imageHeight : watermarkImage.height;
	var widthOffset = imageWidth - watermarkImage.width > 0 ? (imageWidth - watermarkImage.width) / 2 : 0;
	var heighthOffset = (imageHeight - watermarkImage.height) / 2;
	if (obj) SWScrollTo(obj, widthOffset, heighthOffset);
	return;
}
function SWScrollTo(obj, x, y) {
	if (SWW3C) {
		obj.style.left = x + "px";
		obj.style.top = y + "px";
	}
	else if (SWisIE4) {
		obj.style.pixelLeft = x;
		obj.style.pixelTop = y;
	}
	else {
		obj.moveTo(x, y);
	}
	return;
}
function SWFindImageObject(newWindow, imgObj, thisLayer) {
	if (newWindow.document[thisLayer] != null) {
		var imgObj = newWindow.document[thisLayer].document[imgObj];
	}
	return imgObj;
}
function SWGetObject(objName) {
	var params;
	if (SWW3C) {
		params = eval('SWNewWind[SWwindowObj].document.getElementById("' + objName + '")');
	}
	else if (SWisIE4) {
		params = eval("SWNewWind[SWwindowObj].document.all." + objName);
	}
	else {
		params = SWFindLayerObject(objName, 0);
	}
	return params;
}
function SWFindLayerObject(layer, thisLayer) {
	if (thisLayer) {
		var thisDocument = thisLayer.document;
	}
	else {
		var thisDocument = SWNewWind[SWwindowObj].document;
	}
	var layerObj = thisDocument[layer];
	if (layerObj) {
		return layerObj;
	}
	else {
		for (var i = 0; i < thisDocument.layers.length; i++) {
			layerObj = SWFindLayerObject(layer, thisDocument.layers[i]); 
			if (layerObj) {
				break;
			}
		}
	}
	return layerObj;
}
function SWVersion() {
	return (navigator.appName.indexOf("Netscape") >= 0 && parseInt(navigator.appVersion.charAt(0)) >= 4)
          || (navigator.appName.indexOf("Explorer") >= 0 && parseInt(navigator.appVersion.charAt(0)) >= 4);
}


CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10);
CSIsW3CDOM = ((document.getElementById) && !(IsIE()&&CSBVers<6)) ? true : false;
function IsIE() { return CSAg.indexOf("MSIE") > 0;}
function CSIEStyl(s) { return document.all.tags("div")[s].style; }
function CSNSStyl(s) { if (CSIsW3CDOM) return document.getElementById(s).style; else return CSFindElement(s,0);  }
CSIImg=false;
function CSInitImgID() {if (!CSIImg && document.images) { for (var i=0; i<document.images.length; i++) { if (!document.images[i].id) document.images[i].id=document.images[i].name; } CSIImg = true;}}
function CSFindElement(n,ly) { if (CSBVers<4) return document[n];
	if (CSIsW3CDOM) {CSInitImgID();return(document.getElementById(n));}
	var curDoc = ly?ly.document:document; var elem = curDoc[n];
	if (!elem) {for (var i=0;i<curDoc.layers.length;i++) {elem=CSFindElement(n,curDoc.layers[i]); if (elem) return elem; }}
	return elem;
}
function CSGetImage(n) {if(document.images) {return ((!IsIE()&&CSBVers<5)?CSFindElement(n,0):document.images[n]);} else {return null;}}
CSDInit=false;
function CSIDOM() { if (CSDInit)return; CSDInit=true; if(document.getElementsByTagName) {var n = document.getElementsByTagName('DIV'); for (var i=0;i<n.length;i++) {CSICSS2Prop(n[i].id);}}}
function CSICSS2Prop(id) { var n = document.getElementsByTagName('STYLE');for (var i=0;i<n.length;i++) { var cn = n[i].childNodes; for (var j=0;j<cn.length;j++) { CSSetCSS2Props(CSFetchStyle(cn[j].data, id),id); }}}
function CSFetchStyle(sc, id) {
	var s=sc; while(s.indexOf("#")!=-1) { s=s.substring(s.indexOf("#")+1,sc.length); if (s.substring(0,s.indexOf("{")).toUpperCase().indexOf(id.toUpperCase())!=-1) return(s.substring(s.indexOf("{")+1,s.indexOf("}")));}
	return "";
}
function CSGetStyleAttrValue (si, id, st) {
	var s=si.toUpperCase();
	var myID=id.toUpperCase()+":";
	var id1=s.indexOf(myID,st);
	if (id1==-1) return "";
	var ch=s.charAt(id1-1);
	if (ch!=" " && ch!="\t" && ch!="\n" && ch!=";" && ch!="{")
		return CSGetStyleAttrValue (si, id, id1+1);
	var start=id1+myID.length;
	ch=s.charAt(start);
	while(ch==" " || ch=="\t" || ch=="\n") {start++; ch=s.charAt(start);}
	s=s.substring(start,si.length);
	var id2=s.indexOf(";");
	return ((id2==-1)?s:s.substring(0,id2));
}
function CSSetCSS2Props(si, id) {
	var el=document.getElementById(id);
	if (el==null) return;
	var style=document.getElementById(id).style;
	if (style) {
		if (style.left=="") style.left=CSGetStyleAttrValue(si,"left",0);
		if (style.top=="") style.top=CSGetStyleAttrValue(si,"top",0);
		if (style.width=="") style.width=CSGetStyleAttrValue(si,"width",0);
		if (style.height=="") style.height=CSGetStyleAttrValue(si,"height",0);
		if (style.visibility=="") style.visibility=CSGetStyleAttrValue(si,"visibility",0);
		if (style.zIndex=="") style.zIndex=CSGetStyleAttrValue(si,"z-index",0);
	}
}
function CSSetImageURL(action) {
	var img=CSGetImage(action[1]);
	if (img) img.src=action[2];
}
//Ver. 1.1.9 feb 2003 - revised ver. b2.511/2.004 mar 2004
// All Rights Reserved Rasmussens Design
function flyanimage25RD(action) { 
var nytFAIvin,FAIpost,FAIvin="";
var agt = navigator.userAgent.toLowerCase();var erNN62 = (agt.indexOf("netscape6/6.2") !=-1)?1:0;var erNN60 = (agt.indexOf("netscape6/6.0") !=-1)?1:0;var erNN = (agt.indexOf("netscape") !=-1)?1:0;
FAIvin = ",height=20,width=20,resizable="+(action[18]?1:0)+",scrollbars="+(action[17]?1:0);
FAIpost = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Transitional//EN">\n<html>\n<head>'
FAIpost += '\n <scri'
FAIpost +='pt language="JavaScript1.2" type="text/javascript">'
FAIpost +='\n//Script copyrights belong to Rasmussens Design http://www.rasmussens.dk Mar. 2004. This script is a part of a commercial Adobe GoLive action. Any use than licensed is prohibitate.'
FAIpost +='\nfunction tilpasvin() {var venstre,hojre,border;var agt = navigator.userAgent.toLowerCase();var erNN = (agt.indexOf("netscape") !=-1)?1:0;var erIE=(agt.indexOf("explorer") != -1)?1:0;var erWin=(agt.indexOf("windows") != -1)?1:0;var lm1=erWin?10:0;var lm2=(erWin)?25:0;var lm3=(erNN)?15:0;var lm4=(erNN)?3:0;var lm6=(erWin)?20:0;'
if(action[18]==true) FAIpost +='var lm5=15;'; else FAIpost +='var lm5=0;'
if(action[2]>0) FAIpost += 'border=parseInt('+action[2]+'*2);'; else FAIpost +='border=0;'
if(action[11]==true) FAIpost +='var caption=70;'; else FAIpost +='var caption=0;'
FAIpost += 'var vb=parseInt('+action[8]+'*2+document.images["Img"].width+lm1+lm3+border);'
FAIpost += 'var vh=parseInt('+action[9]+'*2+document.images["Img"].height+lm2+lm3+lm4+lm5+caption+border);'
FAIpost += 'if(vb>screen.availWidth) {vb=parseInt(screen.availWidth-('+action[6]+'+'+action[8]+'+border)+lm3); vh=parseInt(lm3+vh+lm5);}'
FAIpost += 'if(vh>screen.availHeight) {vh=parseInt(screen.availHeight-('+action[7]+'+'+action[9]+'+(lm3*2)+border));'
FAIpost += ' vb =parseInt(lm3+vb+lm5+lm6);}self.resizeTo(vb,vh);'
if(erNN){FAIpost += 'if(parseInt('+action[8]+'*2+document.images["Img"].width+lm1+lm3+border)<vb) self.resizeTo(parseInt(vb-15),parseInt(vh+10));'
FAIpost += 'if(parseInt('+action[9]+'*2+document.images["Img"].height+caption+border)<vh) self.resizeTo(parseInt(vb-lm3),parseInt(vh-lm3));'}
if(action[16]==true){FAIpost +='venstre=parseInt(screen.availWidth/2-vb/2); hojre=parseInt(screen.availHeight/2-vh/2);'}
if(action[16]==false){FAIpost +='venstre='+action[6]+'; hojre='+action[7]+';'}
FAIpost += 'self.moveTo(venstre,hojre);}'
FAIpost += '\n</scr'
FAIpost +='ipt>'
FAIpost += '\n<title>'+action[4]+'</title>';
if(action[10]!="#")FAIpost += '\n<link href="'+action[10]+'" rel="stylesheet" type="text/css" media="screen">';
FAIpost += '</head><body text=#000000 bgcolor="#'+action[15]+'" leftmargin="'+action[8]+'" topmargin="'+action[9]+'"  marginwidth="'+action[8]+'"marginheight="'+action[9]+'"  onload="tilpasvin()";'
if(action[14]==true&&!erNN62&&!erNN60) FAIpost += ' onBlur="javascript:window.close();"'
FAIpost += '>';
FAIpost +='<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"><tr><td align="center" valign="top">'
if(action[13]==true) FAIpost +='<a href="Javascript:void(self.close())" onfocus="this.blur();" title="'+action[3]+'">'
FAIpost +='<img src="'+action[1]+'" border="'+action[2]+'" alt="'+action[3]+'" title="'+action[3]+'" align="top" id="Img" name="Img">'
if(action[13]==true)FAIpost +='</a>'
if(action[11]==true)FAIpost +='<p align="center">'+action[12]+'</p>'
FAIpost +='</td></tr></table>'
FAIpost += '</body></html>'
nytFAIvin = window.open('',action[5],FAIvin);
nytFAIvin.document.write(FAIpost);
if(window.focus) nytFAIvin.focus();
nytFAIvin.document.close()
}