scusate ho uno scriprt che mi apre una finestra popup
<script language="JavaScript">
<!--
function Carrello(){
var w = screen.width/1.5
var h = screen.height/1.5
var x = Math.round(w-(960/2))
var y = Math.round(h-(640/2))
{
newwindow=window.open("EUshopcart.asp?mode=add&ite mno=<%=trim(rsProducts("ID_prodotto"))%>","","scro llbars=yes width=620,height=550,screenX="+x+",left="+x+",scre enY="+y+",top="+y+"")
}
}
//-->
</script>
e un'immagine che al click lo richiama
<input type="image" src="../images/9.jpg" onClick="Carrello()" width="101" height="56">
vorrei passare tramite il click unavariabile "pippo" come faccio?