function show_swf (filename,width,height,alt) {
	
	var cookie = readCookie('patricktheunis.be')
	if (cookie) {
	
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="' + width + '" height="' + height + '" ><param name="movie" value="./flash2/' + filename + '.swf" /></param><param name="quality" value="high"></param><embed width="' + width + '" height="' + height + '" alt="' + alt + '"  type="application/x-shockwave-flash" src="./flash2/' + filename + '.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');
			
	} else {
			
	document.write('<a href="formulier.html"><img src="./voorimages2/' + filename +
'.jpg" width="' + width + '" height="' + height + '" alt="' + alt + '"  /></a>');
			
	}
	
}

function show_img (filename,alt) {
	
	var cookie = readCookie('patricktheunis.be')
	if (cookie) {
	
	document.write('<img src="./voorna/' + filename + '.jpg" alt="' + alt + '"/>');
			
	} else {
			
	document.write('<a href="formulier.html"><p>Klik hier om deze pagina te bekijken met voor/na beelden van de Sculptra behandeling</a></p>');
			
	}
	
}


