function home35() {
	this.style.behavior='url(#default#homepage)';
	this.setHomePage('http://www.krearweb.com.ar');
}
function commentText() {
	if (document.forms[0]['comment'].value != 'Escribe un comentario...') { return false; }
	else if (document.forms[0]['comment'].value == 'Escribe un comentario...') { document.forms[0]['comment'].value = ''; }
}
function commentName() {
	if (document.forms[0]['name'].value != 'Su nombre...') { return false; }
	else if (document.forms[0]['name'].value == 'Su nombre...') { document.forms[0]['name'].value = ''; }
}
function pagina_inicio() 
{ 
	objeto_pagina_inicio.style.behavior='url(#default#homepage)';
	objeto_pagina_inicio.setHomePage("http://www.elenacastellano.com");
	return false;
} 
function define_homepage()
{
	this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.elenacastellano.com ');
}
/* 
getURL ("javascript:this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.elenacastellano.com ');");
*/
function preCarga() {
if (!document.images) return;
var ar = new Array();
var arguments = preload.arguments;
for (var i = 0; i < arguments.length; i++) {
ar[i] = new Image();
ar[i].src = arguments[i];
}
} 
