ciao, non riesco a far funzionare lo script che cè nelle pillole!

vi posto il codice!!

<script language="javascript" type="text/javascript">
function apri(url_foto,des_foto){
addr="fullsize.htm?"+url_foto+"&"+escape(des_foto)
alt=150
lar=150
rszb=(document.layers)?1:0;
props='height='+alt+',width='+lar+',top='+parseInt ((screen.availHeight-alt)/2)+',left='+parseInt((screen.availWidth-lar)/2)+',scrollbars=0,resizable='+rszb+',toolbar=0,men ubar=0,location=0,status=0';
window.open(addr,'_blank',props);
}
</script>
</head>
<body>

<%
dir="/foto/compmarta2004/piccole"
Set file1 = CreateObject("Scripting.FileSystemObject")
Set file2 = file1.GetFolder(server.mappath("/foto/compmarta2004/piccole"))
Set file3 = file2.Files
For Each file in file3
response.write "[img]&dir&[/img]"
Next
%>




il fatto è che non sono molto pratito di javascript!
mi apre la finestra 150x150 ma è bianca!

grazie