Tnx for share.. But I changed that for myself a bit.. Here is the code.. Hope someone 'll like it..
Code:
<SCRIPT LANGUAGE='JAVASCRIPT' TYPE='TEXT/JAVASCRIPT'>
<!--
var win=null;
function NewWindow(mypage,myname,w,h,pos,infocus){
if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!="random") || pos==null){myleft=0;mytop=20}
settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resiz able=yes";win=window.open(mypage,myname,settings);
win.focus();}
// -->
</script>
<fieldset class="fieldset"><legend>Upload Your Images Here</legend> <div style="padding:$stylevar[formspacer]px">
<a href="javascript:NewWindow('imageshack.php','imageshack','600','150','center','front');">
<img src="images/imageshack.gif" border="0"></a> <b>
<font face="Verdana" size="2" color="#FF0000">Click on the Image for Upload Your
Image</font></b></div></fieldset>