//función de confirmación de borrados, etc
function jsConfirm(lapregunta,lapagina)
{
if (confirm(lapregunta))
{
document.location=lapagina;
}
}
function high(which2)
{
theobject=which2;
highlighting=setInterval("highlightit(theobject)",50);
}
function low(which2)
{
clearInterval(highlighting);
}
function highlightit(cur2)
{
function abreventana(mipage,mititulo,ancho,alto)
{
aWindow= open(mipage,mititulo,'scrollbars=no,toolbar=no,status=no,resizable=yes,width=' + ancho + ',height=' + alto);
}
function showPict(larg, haut, pathPict)
{
chemin = pathPict;
var t = "";
var theWindow;
theWindow = window.open("","top","bar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+larg+",height="+haut+",screenX=0,left=0,screenY=0,top=0");
t += "\n";
t += "
\n";
t += "Catálogo Luis Espuñes\n";
t += "\n";
t += " \n";
t += " \n";
t += " \n";
t += " ";
t += " \n";
t += " \n";
t += " | \n";
t += " \n";
t += "  | \n";
t += " \n";
t += " \n";
t += " | \n";
t += "
\n";
t += " | www.plataespunes.com |
\n";
t += "
\n";
t += " \n";
t += "\n";
theWindow.document.clear();
theWindow.document.write(t);
}