Here is how you get the values from the user's system:<br><br><script language="JavaScript"><br><!--<br>function Getvalues(){<br>if (screen.availLeft) var l = window.screen.availLeft;<br>if (screen.availTop) var t = window.screen.availTop;<br>if (screen.availWidth) var w = window.screen.availWidth;<br>if (screen.availHeight) var h = window.screen.availHeight;<br><br>...CODE TO RESIZE THE WINDOW OR THE IMAGE.<br><br>}<br><br>l,t,w and h are variables that are assigned the values of the user's screen. availLeft and availTop are usually 0 and 0 unless the user has an Office bar in the right side.<br><br>I assume that since you are a programmer, you can write the code to resize your objects.<br><br>Have fun./ <p>Fernando Regueiro<br><a href=mailto:ferhelping@yahoo.com>ferhelping@yahoo.com</a><br><a href= > </a><br>