<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original:  Paul Miller (webmaster@hypedup.co.uk) -->
<!-- Web Site:  http://www.hypedup.co.uk -->

<!-- Begin
if ((navigator.appName.indexOf('Microsoft')+1)) {
document.write('<style type="text/css"> .opacity1 {filter:alpha(opacity=75);border-color:#441188;} .opacity2 {filter:alpha(opacity=100);border-color:#9933CC;} </style>'); }
if ((navigator.appName.indexOf('Netscape')+1)) {
document.write('<style type="text/css"> .opacity1 {-moz-opacity:0.75;border-color:#441188} .opacity2 {-moz-opacity:1;border-color:#9933CC;} </style>'); }
else {
document.write(''); }


function abrir(ventana,titulo)
{
open(ventana,titulo,'resizable=yes,menubar=no,scrollbars=no,toolbar=no,top=15,left=100,width=500,height=600');  
}

function abrirD(ventana,titulo)
{
var ImagenURL = "http://www.carmonaart.com/ImageCounter/muestra.php?id=" + ventana;
open(ImagenURL,'','resizable=yes,menubar=no,scrollbars=no,toolbar=no,top=15,left=140,width=500,height=600');  
}
//  End -->