var INARRAY = 1; var CAPARRAY = 2; var STICKY = 3; var BACKGROUND = 4; var NOCLOSE = 5; var CAPTION = 6; var LEFT = 7; var RIGHT = 8; var CENTER = 9; var OFFSETX = 10; var OFFSETY = 11; var FGCOLOR = 12; var BGCOLOR = 13; var TEXTCOLOR = 14; var CAPCOLOR = 15; var CLOSECOLOR = 16; var WIDTH = 17; var BORDER = 18; var STATUS = 19; var AUTOSTATUS = 20; var AUTOSTATUSCAP = 21; var HEIGHT = 22; var CLOSETEXT = 23; var SNAPX = 24; var SNAPY = 25; var FIXX = 26; var FIXY = 27; var FGBACKGROUND = 28; var BGBACKGROUND = 29; var PADX = 30; var PADY = 31; var FULLHTML = 34; var ABOVE = 35; var BELOW = 36; var CAPICON = 37; var TEXTFONT = 38; var CAPTIONFONT = 39; var CLOSEFONT = 40; var TEXTSIZE = 41; var CAPTIONSIZE = 42; var CLOSESIZE = 43; var FRAME = 44; var TIMEOUT = 45; var FUNCTION = 46; var DELAY = 47; var HAUTO = 48; var VAUTO = 49; var CLOSECLICK = 50; var CSSOFF = 51; var CSSSTYLE = 52; var CSSCLASS = 53; var FGCLASS = 54; var BGCLASS = 55; var TEXTFONTCLASS = 56; var CAPTIONFONTCLASS = 57; var CLOSEFONTCLASS = 58; var PADUNIT = 59; var HEIGHTUNIT = 60; var WIDTHUNIT = 61; var TEXTSIZEUNIT = 62; var TEXTDECORATION = 63; var TEXTSTYLE = 64; var TEXTWEIGHT = 65; var CAPTIONSIZEUNIT = 66; var CAPTIONDECORATION = 67; var CAPTIONSTYLE = 68; var CAPTIONWEIGHT = 69; var CLOSESIZEUNIT = 70; var CLOSEDECORATION = 71; var CLOSESTYLE = 72; var CLOSEWEIGHT = 73;  //standaardf2xl_fgcolor = "#FFFFFF"; // achergrondkleur van framef2xl_textcolor = "#000000"; // tekstkleur van gewone tekst in framef2xl_bgcolor = "#790056"; // border enzof2xl_capcolor = "#FFFFFF"; // tekstkleur van captionf2xl_textfont = "Verdana,Arial,Helvetica";f2xl_captionfont = "Verdana,Arial,Helvetica";f2xl_textsize = "1";f2xl_width = 300;f2xl_height = -1;f2xl_hpos = RIGHT;f2xl_fixx = -1;f2xl_fixy = -1;f2xl_vauto = 1;f2xl_cap = "De eerste verdieping";if (typeof f2xl_fgcolor == 'undefined') { var f2xl_fgcolor = "#FFFFFF";} if (typeof f2xl_bgcolor == 'undefined') { var f2xl_bgcolor = "#990000";} if (typeof f2xl_textcolor == 'undefined') { var f2xl_textcolor = "#000000";} if (typeof f2xl_capcolor == 'undefined') { var f2xl_capcolor = "#FFFF66";} if (typeof f2xl_closecolor == 'undefined') { var f2xl_closecolor = "#FFFFFF";} if (typeof f2xl_textfont == 'undefined') { var f2xl_textfont = "Verdana,Arial,Helvetica";} if (typeof f2xl_captionfont == 'undefined') { var f2xl_captionfont = "Verdana,Arial,Helvetica";} if (typeof f2xl_closefont == 'undefined') { var f2xl_closefont = "Verdana,Arial,Helvetica";} if (typeof f2xl_textsize == 'undefined') { var f2xl_textsize = "1";} if (typeof f2xl_captionsize == 'undefined') { var f2xl_captionsize = "1";} if (typeof f2xl_closesize == 'undefined') { var f2xl_closesize = "1";} if (typeof f2xl_width == 'undefined') { var f2xl_width = "200";} if (typeof f2xl_border == 'undefined') { var f2xl_border = "1";} if (typeof f2xl_offsetx == 'undefined') { var f2xl_offsetx = 10;} if (typeof f2xl_offsety == 'undefined') { var f2xl_offsety = 14;} if (typeof f2xl_text == 'undefined') { var f2xl_text = "<i>F2X</i>"; } if (typeof f2xl_cap == 'undefined') { var f2xl_cap = "<i>F2X</i>"; } if (typeof f2xl_sticky == 'undefined') { var f2xl_sticky = 0; } if (typeof f2xl_background == 'undefined') { var f2xl_background = ""; } if (typeof f2xl_close == 'undefined') { var f2xl_close = "<b><span style='text-decoration:none;'>&nbsp;&nbsp;X&nbsp;&nbsp;</span></b>"; } if (typeof f2xl_hpos == 'undefined') { var f2xl_hpos = CENTER; } if (typeof f2xl_status == 'undefined') { var f2xl_status = ""; } if (typeof f2xl_autostatus == 'undefined') { var f2xl_autostatus = 0; } if (typeof f2xl_height == 'undefined') { var f2xl_height = -1; } if (typeof f2xl_snapx == 'undefined') { var f2xl_snapx = 0; } if (typeof f2xl_snapy == 'undefined') { var f2xl_snapy = 0; } if (typeof f2xl_fixx == 'undefined') { var f2xl_fixx = -1; } if (typeof f2xl_fixy == 'undefined') { var f2xl_fixy = -1; } if (typeof f2xl_fgbackground == 'undefined') { var f2xl_fgbackground = ""; } if (typeof f2xl_bgbackground == 'undefined') { var f2xl_bgbackground = ""; } if (typeof f2xl_padxl == 'undefined') { var f2xl_padxl = 1; } if (typeof f2xl_padxr == 'undefined') { var f2xl_padxr = 1; } if (typeof f2xl_padyt == 'undefined') { var f2xl_padyt = 1; } if (typeof f2xl_padyb == 'undefined') { var f2xl_padyb = 1; } if (typeof f2xl_fullhtml == 'undefined') { var f2xl_fullhtml = 0; } if (typeof f2xl_vpos == 'undefined') { var f2xl_vpos = BELOW; } if (typeof f2xl_aboveheight == 'undefined') { var f2xl_aboveheight = 0; } if (typeof f2xl_capicon == 'undefined') { var f2xl_capicon = ""; } if (typeof f2xl_frame == 'undefined') { var f2xl_frame = self; } if (typeof f2xl_timeout == 'undefined') { var f2xl_timeout = 0; } if (typeof f2xl_function == 'undefined') { var f2xl_function = null; } if (typeof f2xl_delay == 'undefined') { var f2xl_delay = 0; } if (typeof f2xl_hauto == 'undefined') { var f2xl_hauto = 0; } if (typeof f2xl_vauto == 'undefined') { var f2xl_vauto = 0; } if (typeof f2xl_closeclick == 'undefined') { var f2xl_closeclick = 1; } if (typeof f2xl_css == 'undefined') { var f2xl_css = CSSOFF; } if (typeof f2xl_fgclass == 'undefined') { var f2xl_fgclass = ""; } if (typeof f2xl_bgclass == 'undefined') { var f2xl_bgclass = ""; } if (typeof f2xl_textfontclass == 'undefined') { var f2xl_textfontclass = ""; } if (typeof f2xl_captionfontclass == 'undefined') { var f2xl_captionfontclass = ""; } if (typeof f2xl_closefontclass == 'undefined') { var f2xl_closefontclass = ""; } if (typeof f2xl_padunit == 'undefined') { var f2xl_padunit = "px";} if (typeof f2xl_heightunit == 'undefined') { var f2xl_heightunit = "px";} if (typeof f2xl_widthunit == 'undefined') { var f2xl_widthunit = "px";} if (typeof f2xl_textsizeunit == 'undefined') { var f2xl_textsizeunit = "px";} if (typeof f2xl_textdecoration == 'undefined') { var f2xl_textdecoration = "none";} if (typeof f2xl_textstyle == 'undefined') { var f2xl_textstyle = "normal";} if (typeof f2xl_textweight == 'undefined') { var f2xl_textweight = "normal";} if (typeof f2xl_captionsizeunit == 'undefined') { var f2xl_captionsizeunit = "px";} if (typeof f2xl_captiondecoration == 'undefined') { var f2xl_captiondecoration = "none";} if (typeof f2xl_captionstyle == 'undefined') { var f2xl_captionstyle = "normal";} if (typeof f2xl_captionweight == 'undefined') { var f2xl_captionweight = "bold";} if (typeof f2xl_closesizeunit == 'undefined') { var f2xl_closesizeunit = "px";} if (typeof f2xl_closedecoration == 'undefined') { var f2xl_closedecoration = "none";} if (typeof f2xl_closestyle == 'undefined') { var f2xl_closestyle = "normal";} if (typeof f2xl_closeweight == 'undefined') { var f2xl_closeweight = "normal";} if (typeof f2xl_texts == 'undefined') { var f2xl_texts = new Array("Text 0", "Text 1"); } if (typeof f2xl_caps == 'undefined') { var f2xl_caps = new Array("Caption 0", "Caption 1"); }  var f2x3_text = ""; var f2x3_cap = ""; var f2x3_sticky = 0; var f2x3_background = ""; var f2x3_close = "Sluiten"; var f2x3_hpos = RIGHT; var f2x3_offsetx = 2; var f2x3_offsety = 2; var f2x3_fgcolor = ""; var f2x3_bgcolor = ""; var f2x3_textcolor = ""; var f2x3_capcolor = ""; var f2x3_closecolor = ""; var f2x3_width = 100; var f2x3_border = 1; var f2x3_status = ""; var f2x3_autostatus = 0; var f2x3_height = -1; var f2x3_snapx = 0; var f2x3_snapy = 0; var f2x3_fixx = -1; var f2x3_fixy = -1; var f2x3_fgbackground = ""; var f2x3_bgbackground = ""; var f2x3_padxl = 0; var f2x3_padxr = 0; var f2x3_padyt = 0; var f2x3_padyb = 0; var f2x3_fullhtml = 0; var f2x3_vpos = BELOW; var f2x3_aboveheight = 0; var f2x3_capicon = ""; var f2x3_textfont = "Verdana,Arial,Helvetica"; var f2x3_captionfont = "Verdana,Arial,Helvetica"; var f2x3_closefont = "Verdana,Arial,Helvetica"; var f2x3_textsize = "1"; var f2x3_captionsize = "1"; var f2x3_closesize = "1"; var f2x3_frame = self; var f2x3_timeout = 0; var f2x3_timerid = 0; var f2x3_allowmove = 0; var f2x3_function = null;  var f2x3_delay = 0; var f2x3_delayid = 0; var f2x3_hauto = 0; var f2x3_vauto = 0; var f2x3_closeclick = 0;         var f2x3_css = CSSOFF; var f2x3_fgclass = ""; var f2x3_bgclass = ""; var f2x3_textfontclass = ""; var f2x3_captionfontclass = ""; var f2x3_closefontclass = ""; var f2x3_padunit = "px"; var f2x3_heightunit = "px"; var f2x3_widthunit = "px"; var f2x3_textsizeunit = "px"; var f2x3_textdecoration = ""; var f2x3_textstyle = ""; var f2x3_textweight = ""; var f2x3_captionsizeunit = "px"; var f2x3_captiondecoration = ""; var f2x3_captionstyle = ""; var f2x3_captionweight = ""; var f2x3_closesizeunit = "px"; var f2x3_closedecoration = ""; var f2x3_closestyle = ""; var f2x3_closeweight = "";  var f2x3_x = 0; var f2x3_y = 0; var f2x3_allow = 0; var f2x3_showingsticky = 0; var f2x3_removecounter = 0;  var over = null; var fnRef;var ns4 = (navigator.appName == 'Netscape' && parseInt(navigator.appVersion) == 4);var ns6 = (document.getElementById)? true:false;var ie4 = (document.all)? true:false;if (ie4) var docRoot = 'document.body';var ie5 = false;if (ns4) {	var oW = window.innerWidth;	var oH = window.innerHeight;	window.onresize = function () {if (oW!=window.innerWidth||oH!=window.innerHeight) location.reload();}}if (ie4) {	if ((navigator.userAgent.indexOf('MSIE 5') > 0) || (navigator.userAgent.indexOf('MSIE 6') > 0)) {		if(document.compatMode && document.compatMode == 'CSS1Compat') docRoot = 'document.documentElement';		ie5 = true;	}	if (ns6) {		ns6 = false;	}}if ( (ns4) || (ie4) || (ns6)) {	document.onmousemove = mouseMove	if (ns4) document.captureEvents(Event.MOUSEMOVE)} else {	f2x = no_f2x;	nd = no_f2x;	ver3fix = true;}function no_f2x() {	return ver3fix;}function f2x() {	f2x3_text = f2xl_text;	f2x3_cap = f2xl_cap;	f2x3_sticky = f2xl_sticky;	f2x3_background = f2xl_background;	f2x3_close = f2xl_close;	f2x3_hpos = f2xl_hpos;	f2x3_offsetx = f2xl_offsetx;	f2x3_offsety = f2xl_offsety;	f2x3_fgcolor = f2xl_fgcolor;	f2x3_bgcolor = f2xl_bgcolor;	f2x3_textcolor = f2xl_textcolor;	f2x3_capcolor = f2xl_capcolor;	f2x3_closecolor = f2xl_closecolor;	f2x3_width = f2xl_width;	f2x3_border = f2xl_border;	f2x3_status = f2xl_status;	f2x3_autostatus = f2xl_autostatus;	f2x3_height = f2xl_height;	f2x3_snapx = f2xl_snapx;	f2x3_snapy = f2xl_snapy;	f2x3_fixx = f2xl_fixx;	f2x3_fixy = f2xl_fixy;	f2x3_fgbackground = f2xl_fgbackground;	f2x3_bgbackground = f2xl_bgbackground;	f2x3_padxl = f2xl_padxl;	f2x3_padxr = f2xl_padxr;	f2x3_padyt = f2xl_padyt;	f2x3_padyb = f2xl_padyb;	f2x3_fullhtml = f2xl_fullhtml;	f2x3_vpos = f2xl_vpos;	f2x3_aboveheight = f2xl_aboveheight;	f2x3_capicon = f2xl_capicon;	f2x3_textfont = f2xl_textfont;	f2x3_captionfont = f2xl_captionfont;	f2x3_closefont = f2xl_closefont;	f2x3_textsize = f2xl_textsize;	f2x3_captionsize = f2xl_captionsize;	f2x3_closesize = f2xl_closesize;	f2x3_timeout = f2xl_timeout;	f2x3_function = f2xl_function;	f2x3_delay = f2xl_delay;	f2x3_hauto = f2xl_hauto;	f2x3_vauto = f2xl_vauto;	f2x3_closeclick = f2xl_closeclick;		f2x3_css = f2xl_css;	f2x3_fgclass = f2xl_fgclass;	f2x3_bgclass = f2xl_bgclass;	f2x3_textfontclass = f2xl_textfontclass;	f2x3_captionfontclass = f2xl_captionfontclass;	f2x3_closefontclass = f2xl_closefontclass;	f2x3_padunit = f2xl_padunit;	f2x3_heightunit = f2xl_heightunit;	f2x3_widthunit = f2xl_widthunit;	f2x3_textsizeunit = f2xl_textsizeunit;	f2x3_textdecoration = f2xl_textdecoration;	f2x3_textstyle = f2xl_textstyle;	f2x3_textweight = f2xl_textweight;	f2x3_captionsizeunit = f2xl_captionsizeunit;	f2x3_captiondecoration = f2xl_captiondecoration;	f2x3_captionstyle = f2xl_captionstyle;	f2x3_captionweight = f2xl_captionweight;	f2x3_closesizeunit = f2xl_closesizeunit;	f2x3_closedecoration = f2xl_closedecoration;	f2x3_closestyle = f2xl_closestyle;	f2x3_closeweight = f2xl_closeweight;	fnRef = '';		if ( (ns4) || (ie4) || (ns6) ) {		if (over) cClick();		f2x3_frame = f2xl_frame;		if (ns4) over = f2x3_frame.document.f2xLaag		if (ie4) over = f2x3_frame.f2xLaag.style		if (ns6) over = f2x3_frame.document.getElementById("f2xLaag");	}		var parsemode = -1, udf, v = null;		var ar = arguments;	udf = (!ar.length ? 1 : 0);	for (i = 0; i < ar.length; i++) {		if (parsemode < 0) {			if (typeof ar[i] == 'number') {				udf = (ar[i] == FUNCTION ? 0 : 1);				i--;			} else {				f2x3_text = ar[i];			}			parsemode = 0;		} else {			if (ar[i] == INARRAY) { udf = 0; f2x3_text = f2xl_texts[ar[++i]]; continue; }			if (ar[i] == CAPARRAY) { f2x3_cap = f2xl_caps[ar[++i]]; continue; }			if (ar[i] == STICKY) { f2x3_sticky = 1; continue; }			if (ar[i] == BACKGROUND) { f2x3_background = ar[++i]; continue; }			if (ar[i] == NOCLOSE) { f2x3_close = ""; continue; }			if (ar[i] == CAPTION) { f2x3_cap = ar[++i]; continue; }			if (ar[i] == CENTER || ar[i] == LEFT || ar[i] == RIGHT) { f2x3_hpos = ar[i]; continue; }			if (ar[i] == OFFSETX) { f2x3_offsetx = ar[++i]; continue; }			if (ar[i] == OFFSETY) { f2x3_offsety = ar[++i]; continue; }			if (ar[i] == FGCOLOR) { f2x3_fgcolor = ar[++i]; continue; }			if (ar[i] == BGCOLOR) { f2x3_bgcolor = ar[++i]; continue; }			if (ar[i] == TEXTCOLOR) { f2x3_textcolor = ar[++i]; continue; }			if (ar[i] == CAPCOLOR) { f2x3_capcolor = ar[++i]; continue; }			if (ar[i] == CLOSECOLOR) { f2x3_closecolor = ar[++i]; continue; }			if (ar[i] == WIDTH) { f2x3_width = ar[++i]; continue; }			if (ar[i] == BORDER) { f2x3_border = ar[++i]; continue; }			if (ar[i] == STATUS) { f2x3_status = ar[++i]; continue; }			if (ar[i] == AUTOSTATUS) { f2x3_autostatus = (f2x3_autostatus == 1) ? 0 : 1; continue; }			if (ar[i] == AUTOSTATUSCAP) { f2x3_autostatus = (f2x3_autostatus == 2) ? 0 : 2; continue; }			if (ar[i] == HEIGHT) { f2x3_height = ar[++i]; f2x3_aboveheight = ar[i]; continue; } // Same param again.			if (ar[i] == CLOSETEXT) { f2x3_close = ar[++i]; continue; }			if (ar[i] == SNAPX) { f2x3_snapx = ar[++i]; continue; }			if (ar[i] == SNAPY) { f2x3_snapy = ar[++i]; continue; }			if (ar[i] == FIXX) { f2x3_fixx = ar[++i]; continue; }			if (ar[i] == FIXY) { f2x3_fixy = ar[++i]; continue; }			if (ar[i] == FGBACKGROUND) { f2x3_fgbackground = ar[++i]; continue; }			if (ar[i] == BGBACKGROUND) { f2x3_bgbackground = ar[++i]; continue; }			if (ar[i] == PADX) { f2x3_padxl = ar[++i]; f2x3_padxr = ar[++i]; continue; }			if (ar[i] == PADY) { f2x3_padyt = ar[++i]; f2x3_padyb = ar[++i]; continue; }			if (ar[i] == FULLHTML) { f2x3_fullhtml = 1; continue; }			if (ar[i] == BELOW || ar[i] == ABOVE) { f2x3_vpos = ar[i]; continue; }			if (ar[i] == CAPICON) { f2x3_capicon = ar[++i]; continue; }			if (ar[i] == TEXTFONT) { f2x3_textfont = ar[++i]; continue; }			if (ar[i] == CAPTIONFONT) { f2x3_captionfont = ar[++i]; continue; }			if (ar[i] == CLOSEFONT) { f2x3_closefont = ar[++i]; continue; }			if (ar[i] == TEXTSIZE) { f2x3_textsize = ar[++i]; continue; }			if (ar[i] == CAPTIONSIZE) { f2x3_captionsize = ar[++i]; continue; }			if (ar[i] == CLOSESIZE) { f2x3_closesize = ar[++i]; continue; }			if (ar[i] == FRAME) { opt_FRAME(ar[++i]); continue; }			if (ar[i] == TIMEOUT) { f2x3_timeout = ar[++i]; continue; }			if (ar[i] == FUNCTION) { udf = 0; if (typeof ar[i+1] != 'number') v = ar[++i]; opt_FUNCTION(v); continue; } 			if (ar[i] == DELAY) { f2x3_delay = ar[++i]; continue; }			if (ar[i] == HAUTO) { f2x3_hauto = (f2x3_hauto == 0) ? 1 : 0; continue; }			if (ar[i] == VAUTO) { f2x3_vauto = (f2x3_vauto == 0) ? 1 : 0; continue; }			if (ar[i] == CLOSECLICK) { f2x3_closeclick = (f2x3_closeclick == 0) ? 1 : 0; continue; }			if (ar[i] == CSSOFF) { f2x3_css = ar[i]; continue; }			if (ar[i] == CSSSTYLE) { f2x3_css = ar[i]; continue; }			if (ar[i] == CSSCLASS) { f2x3_css = ar[i]; continue; }			if (ar[i] == FGCLASS) { f2x3_fgclass = ar[++i]; continue; }			if (ar[i] == BGCLASS) { f2x3_bgclass = ar[++i]; continue; }			if (ar[i] == TEXTFONTCLASS) { f2x3_textfontclass = ar[++i]; continue; }			if (ar[i] == CAPTIONFONTCLASS) { f2x3_captionfontclass = ar[++i]; continue; }			if (ar[i] == CLOSEFONTCLASS) { f2x3_closefontclass = ar[++i]; continue; }			if (ar[i] == PADUNIT) { f2x3_padunit = ar[++i]; continue; }			if (ar[i] == HEIGHTUNIT) { f2x3_heightunit = ar[++i]; continue; }			if (ar[i] == WIDTHUNIT) { f2x3_widthunit = ar[++i]; continue; }			if (ar[i] == TEXTSIZEUNIT) { f2x3_textsizeunit = ar[++i]; continue; }			if (ar[i] == TEXTDECORATION) { f2x3_textdecoration = ar[++i]; continue; }			if (ar[i] == TEXTSTYLE) { f2x3_textstyle = ar[++i]; continue; }			if (ar[i] == TEXTWEIGHT) { f2x3_textweight = ar[++i]; continue; }			if (ar[i] == CAPTIONSIZEUNIT) { f2x3_captionsizeunit = ar[++i]; continue; }			if (ar[i] == CAPTIONDECORATION) { f2x3_captiondecoration = ar[++i]; continue; }			if (ar[i] == CAPTIONSTYLE) { f2x3_captionstyle = ar[++i]; continue; }			if (ar[i] == CAPTIONWEIGHT) { f2x3_captionweight = ar[++i]; continue; }			if (ar[i] == CLOSESIZEUNIT) { f2x3_closesizeunit = ar[++i]; continue; }			if (ar[i] == CLOSEDECORATION) { f2x3_closedecoration = ar[++i]; continue; }			if (ar[i] == CLOSESTYLE) { f2x3_closestyle = ar[++i]; continue; }			if (ar[i] == CLOSEWEIGHT) { f2x3_closeweight = ar[++i]; continue; }		}	}	if (udf && f2x3_function) f2x3_text = f2x3_function();	if (f2x3_delay == 0) {		return f2x351();	} else {		f2x3_delayid = setTimeout("f2x351()", f2x3_delay);		return false;	}}function f2xOut() {	if ( f2x3_removecounter >= 1 ) { f2x3_showingsticky = 0 };	if ( (ns4) || (ie4) || (ns6) ) {		if ( f2x3_showingsticky == 0 ) {			f2x3_allowmove = 0;			if (over != null) hideObject(over);		} else {			f2x3_removecounter++;		}	}		return true;}function f2x351() {	var layerhtml;	if (f2x3_background != "" || f2x3_fullhtml) {		layerhtml = f2xl_content_background(f2x3_text, f2x3_background, f2x3_fullhtml);	} else {		if (f2x3_fgbackground != "" && f2x3_css == CSSOFF) {			f2x3_fgbackground = "BACKGROUND=\""+f2x3_fgbackground+"\"";		}		if (f2x3_bgbackground != "" && f2x3_css == CSSOFF) {			f2x3_bgbackground = "BACKGROUND=\""+f2x3_bgbackground+"\"";		}		if (f2x3_fgcolor != "" && f2x3_css == CSSOFF) {			f2x3_fgcolor = "BGCOLOR=\""+f2x3_fgcolor+"\"";		}		if (f2x3_bgcolor != "" && f2x3_css == CSSOFF) {			f2x3_bgcolor = "BGCOLOR=\""+f2x3_bgcolor+"\"";		}		if (f2x3_height > 0 && f2x3_css == CSSOFF) {			f2x3_height = "HEIGHT=" + f2x3_height;		} else {			f2x3_height = "";		}		if (f2x3_cap == "") {			layerhtml = f2xl_content_simple(f2x3_text);		} else {			if (f2x3_sticky) {				layerhtml = f2xl_content_caption(f2x3_text, f2x3_cap, f2x3_close);			} else {				layerhtml = f2xl_content_caption(f2x3_text, f2x3_cap, "");			}		}	}	if (f2x3_sticky) {		if (f2x3_timerid > 0) {			clearTimeout(f2x3_timerid);			f2x3_timerid = 0;		}		f2x3_showingsticky = 1;		f2x3_removecounter = 0;	}	layerWrite(layerhtml);	if (f2x3_autostatus > 0) {		f2x3_status = f2x3_text;		if (f2x3_autostatus > 1) {			f2x3_status = f2x3_cap;		}	}	f2x3_allowmove = 0;	if (f2x3_timeout > 0) {		if (f2x3_timerid > 0) clearTimeout(f2x3_timerid);		f2x3_timerid = setTimeout("cClick()", f2x3_timeout);	}	disp(f2x3_status);	if (f2x3_sticky) f2x3_allowmove = 0;	return (f2x3_status != '');}function f2xl_content_simple(text) {	if (f2x3_css == CSSCLASS) txt = "<TABLE WIDTH="+f2x3_width+" BORDER=0 CELLPADDING="+f2x3_border+" CELLSPACING=0 class=\""+f2x3_bgclass+"\"><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=0 class=\""+f2x3_fgclass+"\"><TR><TD VALIGN=TOP><FONT class=\""+f2x3_textfontclass+"\">"+text+"</FONT></TD></TR></TABLE></TD></TR></TABLE>";	if (f2x3_css == CSSSTYLE) txt = "<TABLE WIDTH="+f2x3_width+" BORDER=0 CELLPADDING="+f2x3_border+" CELLSPACING=0 style=\"background-color: "+f2x3_bgcolor+"; height: "+f2x3_height+f2x3_heightunit+";\"><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=0 style=\"color: "+f2x3_fgcolor+"; background-color: "+f2x3_fgcolor+"; height: "+f2x3_height+f2x3_heightunit+";\"><TR><TD VALIGN=TOP><FONT style=\"font-family: "+f2x3_textfont+"; color: "+f2x3_textcolor+"; font-size: "+f2x3_textsize+f2x3_textsizeunit+"; text-decoration: "+f2x3_textdecoration+"; font-weight: "+f2x3_textweight+"; font-style:"+f2x3_textstyle+"\">"+text+"</FONT></TD></TR></TABLE></TD></TR></TABLE>";	if (f2x3_css == CSSOFF) txt = "<TABLE WIDTH="+f2x3_width+" BORDER=0 CELLPADDING="+f2x3_border+" CELLSPACING=0 "+f2x3_bgcolor+" "+f2x3_height+"><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=0 "+f2x3_fgcolor+" "+f2x3_fgbackground+" "+f2x3_height+"><TR><TD VALIGN=TOP><FONT FACE=\""+f2x3_textfont+"\" COLOR=\""+f2x3_textcolor+"\" SIZE=\""+f2x3_textsize+"\">"+text+"</FONT></TD></TR></TABLE></TD></TR></TABLE>";	set_background("");	return txt;}function f2xl_content_caption(text, title, close) {	closing = "";	closeevent = "onMouseOver";	if (f2x3_closeclick == 1) closeevent = "onClick";	if (f2x3_capicon != "") f2x3_capicon = "<IMG SRC=\""+f2x3_capicon+"\"> ";	if (close != "") {		if (f2x3_css == CSSCLASS) closing = "<TD ALIGN=RIGHT><A HREF=\"javascript:return "+fnRef+"cClick();\" "+closeevent+"=\"return " + fnRef + "cClick();\" class=\""+f2x3_closefontclass+"\">"+close+"</A></TD>";		if (f2x3_css == CSSSTYLE) closing = "<TD ALIGN=RIGHT><A HREF=\"javascript:return "+fnRef+"cClick();\" "+closeevent+"=\"return " + fnRef + "cClick();\" style=\"color: "+f2x3_closecolor+"; font-family: "+f2x3_closefont+"; font-size: "+f2x3_closesize+f2x3_closesizeunit+"; text-decoration: "+f2x3_closedecoration+"; font-weight: "+f2x3_closeweight+"; font-style:"+f2x3_closestyle+";\">"+close+"</A></TD>";		if (f2x3_css == CSSOFF) closing = "<TD ALIGN=RIGHT><A HREF=\"javascript:return "+fnRef+"cClick();\" "+closeevent+"=\"return " + fnRef + "cClick();\"><FONT COLOR=\""+f2x3_closecolor+"\" FACE=\""+f2x3_closefont+"\" SIZE=\""+f2x3_closesize+"\">"+close+"</FONT></A></TD>";	}	if (f2x3_css == CSSCLASS) txt = "<TABLE WIDTH="+f2x3_width+" BORDER=0 CELLPADDING="+f2x3_border+" CELLSPACING=0 class=\""+f2x3_bgclass+"\"><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD><FONT class=\""+f2x3_captionfontclass+"\">"+f2x3_capicon+title+"</FONT></TD>"+closing+"</TR></TABLE><TABLE WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=0 class=\""+f2x3_fgclass+"\"><TR><TD VALIGN=TOP><FONT class=\""+f2x3_textfontclass+"\">"+text+"</FONT></TD></TR></TABLE></TD></TR></TABLE>";	if (f2x3_css == CSSSTYLE) txt = "<TABLE WIDTH="+f2x3_width+" BORDER=0 CELLPADDING="+f2x3_border+" CELLSPACING=0 style=\"background-color: "+f2x3_bgcolor+"; background-image: url("+f2x3_bgbackground+"); height: "+f2x3_height+f2x3_heightunit+";\"><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD><FONT style=\"font-family: "+f2x3_captionfont+"; color: "+f2x3_capcolor+"; font-size: "+f2x3_captionsize+f2x3_captionsizeunit+"; font-weight: "+f2x3_captionweight+"; font-style: "+f2x3_captionstyle+"; text-decoration: " + f2x3_captiondecoration + ";\">"+f2x3_capicon+title+"</FONT></TD>"+closing+"</TR></TABLE><TABLE WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=0 style=\"color: "+f2x3_fgcolor+"; background-color: "+f2x3_fgcolor+"; height: "+f2x3_height+f2x3_heightunit+";\"><TR><TD VALIGN=TOP><FONT style=\"font-family: "+f2x3_textfont+"; color: "+f2x3_textcolor+"; font-size: "+f2x3_textsize+f2x3_textsizeunit+"; text-decoration: "+f2x3_textdecoration+"; font-weight: "+f2x3_textweight+"; font-style:"+f2x3_textstyle+"\">"+text+"</FONT></TD></TR></TABLE></TD></TR></TABLE>";	if (f2x3_css == CSSOFF) txt = "<TABLE WIDTH="+f2x3_width+" BORDER=0 CELLPADDING="+f2x3_border+" CELLSPACING=0 "+f2x3_bgcolor+" "+f2x3_bgbackground+" "+f2x3_height+"><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD><B><FONT COLOR=\""+f2x3_capcolor+"\" FACE=\""+f2x3_captionfont+"\" SIZE=\""+f2x3_captionsize+"\">"+f2x3_capicon+title+"</FONT></B></TD>"+closing+"</TR></TABLE><TABLE WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=0 "+f2x3_fgcolor+" "+f2x3_fgbackground+" "+f2x3_height+"><TR><TD VALIGN=TOP><FONT COLOR=\""+f2x3_textcolor+"\" FACE=\""+f2x3_textfont+"\" SIZE=\""+f2x3_textsize+"\">"+text+"</FONT></TD></TR></TABLE></TD></TR></TABLE>";	set_background("");	return txt;}function f2xl_content_background(text, picture, hasfullhtml) {	var txt;	if (hasfullhtml) {		txt = text;	} else {		var pU, hU, wU;		pU = (f2x3_padunit == '%' ? '%' : '');		hU = (f2x3_heightunit == '%' ? '%' : '');		wU = (f2x3_widthunit == '%' ? '%' : '');		if (f2x3_css == CSSCLASS) txt = "<TABLE WIDTH="+f2x3_width+" BORDER=0 CELLPADDING=0 CELLSPACING=0 HEIGHT="+f2x3_height+"><TR><TD COLSPAN=3 HEIGHT="+f2x3_padyt+"></TD></TR><TR><TD WIDTH="+f2x3_padxl+"></TD><TD VALIGN=TOP WIDTH="+(f2x3_width-f2x3_padxl-f2x3_padxr)+"><FONT class=\""+f2x3_textfontclass+"\">"+text+"</FONT></TD><TD WIDTH="+f2x3_padxr+"></TD></TR><TR><TD COLSPAN=3 HEIGHT="+f2x3_padyb+"></TD></TR></TABLE>";		if (f2x3_css == CSSSTYLE) txt = "<TABLE WIDTH="+f2x3_width+wU+" BORDER=0 CELLPADDING=0 CELLSPACING=0 HEIGHT="+f2x3_height+hU+"><TR><TD COLSPAN=3 HEIGHT="+f2x3_padyt+pU+"></TD></TR><TR><TD WIDTH="+f2x3_padxl+pU+"></TD><TD VALIGN=TOP WIDTH="+(f2x3_width-f2x3_padxl-f2x3_padxr)+pU+"><FONT style=\"font-family: "+f2x3_textfont+"; color: "+f2x3_textcolor+"; font-size: "+f2x3_textsize+f2x3_textsizeunit+";\">"+text+"</FONT></TD><TD WIDTH="+f2x3_padxr+pU+"></TD></TR><TR><TD COLSPAN=3 HEIGHT="+f2x3_padyb+pU+"></TD></TR></TABLE>";		if (f2x3_css == CSSOFF) txt = "<TABLE WIDTH="+f2x3_width+" BORDER=0 CELLPADDING=0 CELLSPACING=0 HEIGHT="+f2x3_height+"><TR><TD COLSPAN=3 HEIGHT="+f2x3_padyt+"></TD></TR><TR><TD WIDTH="+f2x3_padxl+"></TD><TD VALIGN=TOP WIDTH="+(f2x3_width-f2x3_padxl-f2x3_padxr)+"><FONT FACE=\""+f2x3_textfont+"\" COLOR=\""+f2x3_textcolor+"\" SIZE=\""+f2x3_textsize+"\">"+text+"</FONT></TD><TD WIDTH="+f2x3_padxr+"></TD></TR><TR><TD COLSPAN=3 HEIGHT="+f2x3_padyb+"></TD></TR></TABLE>";	}	set_background(picture);	return txt;}function set_background(pic) {	if (pic == "") {		if (ns4) over.background.src = null;		if (ie4) over.backgroundImage = "none";		if (ns6) over.style.backgroundImage = "none";	} else {		if (ns4) {			over.background.src = pic;		} else if (ie4) {			over.backgroundImage = "url("+pic+")";		} else if (ns6) {			over.style.backgroundImage = "url("+pic+")";		}	}}function disp(statustext) {	if ( (ns4) || (ie4) || (ns6) ) {		if (f2x3_allowmove == 0) 	{			placeLayer();			showObject(over);			f2x3_allowmove = 1;		}	}	if (statustext != "") {		self.status = statustext;	}}function placeLayer() {	var placeX, placeY;		if (f2x3_fixx > -1) {		placeX = f2x3_fixx;	} else {		winoffset = (ie4) ? eval('f2x3_frame.'+docRoot+'.scrollLeft') : f2x3_frame.pageXOffset;		if (ie4) iwidth = eval('f2x3_frame.'+docRoot+'.clientWidth');		if (ns4 || ns6) iwidth = f2x3_frame.innerWidth;		if (f2x3_hauto == 1) {			if ( (f2x3_x - winoffset) > ((eval(iwidth)) / 2)) {				f2x3_hpos = LEFT;			} else {				f2x3_hpos = RIGHT;			}		}		if (f2x3_hpos == CENTER) {			placeX = f2x3_x+f2x3_offsetx-(f2x3_width/2);			if (placeX < winoffset) placeX = winoffset;		}		if (f2x3_hpos == RIGHT) {			placeX = f2x3_x+f2x3_offsetx;			if ( (eval(placeX) + eval(f2x3_width)) > (winoffset + iwidth) ) {				placeX = iwidth + winoffset - f2x3_width;				if (placeX < 0) placeX = 0;			}		}		if (f2x3_hpos == LEFT) {			placeX = f2x3_x-f2x3_offsetx-f2x3_width;			if (placeX < winoffset) placeX = winoffset;		}		if (f2x3_snapx > 1) {			var snapping = placeX % f2x3_snapx;			if (f2x3_hpos == LEFT) {				placeX = placeX - (f2x3_snapx + snapping);			} else {				placeX = placeX + (f2x3_snapx - snapping);			}			if (placeX < winoffset) placeX = winoffset;		}	}	if (f2x3_fixy > -1) {		placeY = f2x3_fixy;	} else {		scrolloffset = (ie4) ? eval('f2x3_frame.'+docRoot+'.scrollTop') : f2x3_frame.pageYOffset;		if (f2x3_vauto == 1) {			if (ie4) iheight = eval('f2x3_frame.'+docRoot+'.clientHeight');			if (ns4 || ns6) iheight = f2x3_frame.innerHeight;			iheight = (eval(iheight)) / 2;			if ( (f2x3_y - scrolloffset) > iheight) {				f2x3_vpos = ABOVE;			} else {				f2x3_vpos = BELOW;			}		}		if (f2x3_vpos == ABOVE) {			if (f2x3_aboveheight == 0) {				var divref = (ie4) ? f2x3_frame.document.all['f2xLaag'] : over;				f2x3_aboveheight = (ns4) ? divref.clip.height : divref.offsetHeight;			}			placeY = f2x3_y - (f2x3_aboveheight + f2x3_offsety);			if (placeY < scrolloffset) placeY = scrolloffset;		} else {			placeY = f2x3_y + f2x3_offsety;		}		if (f2x3_snapy > 1) {			var snapping = placeY % f2x3_snapy;			if (f2x3_aboveheight > 0 && f2x3_vpos == ABOVE) {				placeY = placeY - (f2x3_snapy + snapping);			} else {				placeY = placeY + (f2x3_snapy - snapping);			}			if (placeY < scrolloffset) placeY = scrolloffset;		}	}	repositionTo(over, placeX, placeY);}function mouseMove(e) {	if ( (ns4) || (ns6) ) {f2x3_x=e.pageX; f2x3_y=e.pageY;}	if (ie4) {f2x3_x=event.x; f2x3_y=event.y;}	if (ie5) {f2x3_x=eval('event.x+f2x3_frame.'+docRoot+'.scrollLeft'); f2x3_y=eval('event.y+f2x3_frame.'+docRoot+'.scrollTop');}	if (f2x3_allowmove == 1) {		placeLayer();	}}function cClick() {	hideObject(over);	f2x3_showingsticky = 0;	return false;}function compatibleframe(frameid) {	if (ns4) {		if (typeof frameid.document.f2xLaag =='undefined') return false;	} else if (ie4) {		if (typeof frameid.document.all["f2xLaag"] =='undefined') return false;	} else if (ns6) {		if (frameid.document.getElementById('f2xLaag') == null) return false;	}	return true;}function layerWrite(txt) {	txt += "\n";	if (ns4) {		var lyr = f2x3_frame.document.f2xLaag.document		lyr.write(txt)		lyr.close()	} else if (ie4) {		f2x3_frame.document.all["f2xLaag"].innerHTML = txt	} else if (ns6) {		range = f2x3_frame.document.createRange();		range.setStartBefore(over);		domfrag = range.createContextualFragment(txt);		while (over.hasChildNodes()) {			over.removeChild(over.lastChild);		}		over.appendChild(domfrag);	}}function showObject(obj) {	if (ns4) obj.visibility = "show";	else if (ie4) obj.visibility = "visible";	else if (ns6) obj.style.visibility = "visible";}function hideObject(obj) {	if (ns4) obj.visibility = "hide";	else if (ie4) obj.visibility = "hidden";	else if (ns6) obj.style.visibility = "hidden";	if (f2x3_timerid > 0) clearTimeout(f2x3_timerid);	if (f2x3_delayid > 0) clearTimeout(f2x3_delayid);	f2x3_timerid = 0;	f2x3_delayid = 0;	self.status = "";}function repositionTo(obj,xL,yL) {	if ( (ns4) || (ie4) ) {		obj.left = (ie4 ? xL + 'px' : xL);		obj.top = (ie4 ? yL + 'px' : yL);	} else if (ns6) {		obj.style.left = xL + "px";		obj.style.top = yL+ "px";	}}function getFrameRef(thisFrame, ofrm) {	var retVal = '';	for (var i=0; i<thisFrame.length; i++) {		if (thisFrame[i].length > 0) { 			retVal = getFrameRef(thisFrame[i],ofrm);			if (retVal == '') continue;		} else if (thisFrame[i] != ofrm) continue;		retVal = '['+i+']' + retVal;		break;	}	return retVal;}function opt_FRAME(frm) {	f2x3_frame = compatibleframe(frm) ? frm : f2xl_frame;	if (f2x3_frame != f2xl_frame) {		var tFrm = getFrameRef(top.frames, f2x3_frame);		var sFrm = getFrameRef(top.frames, f2xl_frame);		if (sFrm.length == tFrm.length) { 			l = tFrm.lastIndexOf('['); 			if (l) {				while(sFrm.substring(0,l) != tFrm.substring(0,l)) l = tFrm.lastIndexOf('[',l-1);				tFrm = tFrm.substr(l);				sFrm = sFrm.substr(l);			}		}		var cnt = 0, p = '', str = tFrm;		while((k = str.lastIndexOf('[')) != -1) {			cnt++;			str = str.substring(0,k);		}		for (var i=0; i<cnt; i++) p = p + 'parent.';		fnRef = p + 'frames' + sFrm + '.';	}	if ( (ns4) || (ie4 || (ns6)) ) {		if (ns4) over = f2x3_frame.document.f2xLaag;		if (ie4) over = f2x3_frame.f2xLaag.style;		if (ns6) over = f2x3_frame.document.getElementById("f2xLaag");	}	return 0;}function opt_FUNCTION(callme) {	f2x3_text = (callme ? callme() : (f2x3_function ? f2x3_function() : 'No Function'));	return 0;}function vpos_convert(d) {	if (d == 0) {		d = LEFT;	} else {		if (d == 1) {			d = RIGHT;		} else {			d = CENTER;		}	}	return d;}function dts(d,text) {	f2x3_hpos = vpos_convert(d);	f2x(text, f2x3_hpos, CAPTION, "");}function dtc(d,text, title) {	f2x3_hpos = vpos_convert(d);	f2x(text, CAPTION, title, f2x3_hpos);}function stc(d,text, title) {	f2x3_hpos = vpos_convert(d);	f2x(text, CAPTION, title, f2x3_hpos, STICKY);}function drs(text) { dts(1,text); }function drc(text, title) { dtc(1,text,title); }function src(text,title) { stc(1,text,title); }function dls(text) { dts(0,text); }function dlc(text, title) { dtc(0,text,title); }function slc(text,title) { stc(0,text,title); }function dcs(text) { dts(2,text); }function dcc(text, title) { dtc(2,text,title); }function scc(text,title) { stc(2,text,title); }