
var mcis = new Object();
// WIJZIG DE URL
mcis.ad_url = escape('http://www.alpha-hotel.be/flair');
 
// VANAF HIER NIETS MEER WIJZIGEN
mcis.klein_path = 'flash_a.swf';			
mcis.klein_image = escape('images/kleine_hoek.gif');	
mcis.groot_path = 'flash_b.swf';				
mcis.groot_image = escape('images/grote_hoek.gif');		

mcis_klein_breedte = '200';
mcis_klein_hoogte = '200';
mcis.small_params = 'ico=' + mcis.klein_image;
mcis_groot_breete = '650';
mcis_groot_hoogte = '650';
mcis.big_params = 'big=' + mcis.groot_image + '&ad_url=' + mcis.ad_url;
function sizeup987(){
	document.getElementById('mciscornerBig').style.top = '0px';
	document.getElementById('mciscornerSmall').style.top = '-1000px';
}
function sizedown987(){
	document.getElementById("mciscornerSmall").style.top = "0px";
	document.getElementById("mciscornerBig").style.top = "-1000px";
}
mcis.putObjects = function () {
document.write('<div id="mciscornerSmall" style="position:absolute;width:'+ mcis_klein_breedte +'px;height:'+ mcis_klein_hoogte +'px;z-index:9999;right:0px;top:0px;">');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
document.write(' id="mciscornerSmallObject" width="'+mcis_klein_breedte+'" height="'+mcis_klein_hoogte+'">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ mcis.klein_path +'?'+ mcis.small_params +'"/>');
document.write(' <param name="wmode" value="transparent" />');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+mcis.small_params+'"/>');
document.write('<embed src="'+ mcis.klein_path + '?' + mcis.small_params +'" name="mciscornerSmallObject" wmode="transparent" quality="high" width="'+ mcis_klein_breedte +'" height="'+ mcis_klein_hoogte +'" flashvars="'+ mcis.small_params +'" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div></script>');
document.write('<div id="mciscornerBig" style="position:absolute;width:'+ mcis_groot_breete +'px;height:'+ mcis_groot_hoogte +'px;z-index:9999;right:0px;top:0px;">');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');
document.write(' id="mciscornerBigObject" width="'+ mcis_groot_breete +'" height="'+ mcis_groot_hoogte +'">');
document.write(' <param name="allowScriptAccess" value="always"/> ');
document.write(' <param name="movie" value="'+ mcis.groot_path +'?'+ mcis.big_params +'"/>');
document.write(' <param name="wmode" value="transparent"/>');
document.write(' <param name="quality" value="high" /> ');
document.write(' <param name="FlashVars" value="'+ mcis.big_params +'"/>');
document.write('<embed src="'+ mcis.groot_path + '?' + mcis.big_params +'" id="mciscornerBigEmbed" name="mciscornerBigObject" wmode="transparent" quality="high" width="'+ mcis_groot_breete +'" height="'+ mcis_groot_hoogte +'" flashvars="'+ mcis.big_params +'" swliveconnect="true" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
document.write('</object></div>');
setTimeout('document.getElementById("mciscornerBig").style.top = "-1000px";',1000);
}
mcis.putObjects();
