por ejemplo?
[........]var intContador= 0;
function ExpandUse05(strImage, intHeight, intWidth) {
intContador++;
intHeight2 = intHeight + 20
intWidth2 = intWidth + 6
ImageNew = window.open("","Imagenes" + intContador,"toolbar=no,location=no,directori es=no,status=no, menubar=no,scrollbars=no,resizable=no,width=" + intWidth2 + ",height=" + intHeight2);
ImageNew.document.writeln('<html>');
ImageNew.document.writeln('<head>');
ImageNew.document.writeln('<title>Galeria de Fotos - Adex ::: </title>');
ImageNew.document.writeln('<style type="text/css">');
ImageNew.document.writeln('a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: uppercase; color: #FFFFFF; text-decoration: none}');
ImageNew.document.writeln('</style>');
ImageNew.document.writeln('</head>');
ImageNew.document.writeln('<body [........] como sería?
;)