if (navigator.appName=="Netscape")
$(document).ready(function() {
});  else
   $(document).ready(function() {
	window.resizeTo(500,500);
});