<html>
<head>
<script>
function vergroessern(elemId){
document.getElementById(elemId).height="100";
document.getElementById(elemId).width="100";
}
</script>
</head>
<body>
<img src="image.jpg" id="image" height="50" width="50" onclick="vergroessern(this.id)">
</body>
</html>
The SMURF
the_little_smurf@yahoo.fr
Enjoy the life, don't waste your time in front of your computer