var url = "http://www.xtec.es/~aromero8/index.htm"
var nom = "Cerámica artística y acuarela"
var win1, winfoto

function SendPag(){
  var c = "mailto:?subject=" + nom
  c += "&body= Te recomiendo esta página sobre arte: " + url
  location.href = c
  return false
}


function AddFav() {
  if ( window.sidebar && window.sidebar.addPanel ) {
    window.sidebar.addPanel( nom, url, "" )
  } 
  else {
    if ( document.all ) window.external.AddFavorite( url, nom)
    else alert( "Pulsa Control + D para añadir la página a tus marcadores" )
  }
  return false
}




function abrir(url){
  window.focus()
  win1 = window.open( url, 'win1', 'width=790,height=480,top=74,left=112,scrollbars')
  win1.focus()
  return false
}



function noSpam(s,d){
  location.replace( 'mai' + 'lto:' + d + '@' + s )
}

function ampliar(cId,cTit,x,y){
  window.focus()
  winfoto=window.open('','foto','resizable=1,width='+x+',height='+y+',left=60,top=6')
  if(!document.layers)winfoto.resizeTo(x+10,y+30)
  with(winfoto.document){
    writeln('<title>'+cTit+' - Cerámica artística y acuarela</title></head>')
    writeln('<body bgcolor=black leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>')
    writeln('<center><img src="fotosceramica/'+cId+'.jpg">')
    close()
  }
  winfoto.focus()
  return false
}

function ampliarA(cId,cTit,x,y){
  window.focus()
  winfoto=window.open('','foto','resizable=1,width='+x+',height='+y+',left=60,top=6')
  if(!document.layers)winfoto.resizeTo(x+10,y+30)
  with(winfoto.document){
    writeln('<title>'+cTit+' - Cerámica artística y acuarela</title></head>')
    writeln('<body bgcolor=black leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>')
    writeln('<center><img src="fotosacuarela/'+cId+'.jpg">')
    close()
  }
  winfoto.focus()
  return false
}


function ampliarE(cId,cTit,x,y){
  window.focus()
  winfoto=window.open('','foto','resizable=1,width='+x+',height='+y+',left=60,top=6')
  if(!document.layers)winfoto.resizeTo(x+10,y+30)
  with(winfoto.document){
    writeln('<title>'+cTit+' - Cerámica artística y acuarela</title></head>')
    writeln('<body bgcolor=black leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>')
    writeln('<center><img src="engobes/'+cId+'.jpg">')
    close()
  }
  winfoto.focus()
  return false
}


function enlace(url,txt){document.writeln('<a href="' + url +'" target="_new">' + txt + '</a>')}


function click() {
   if (event.button==2) {
     alert("Copyrigth: Cerámica artística y Acuarela");
   }
 }
 document.onmousedown=click






