function fullScreen() // custom property for window object
{

this.moveTo(0, 0);
this.resizeTo(screen.availWidth,screen.availHeight)
// this.outerWidth = screen.availWidth;
// this.outerHeight = screen.availHeight;

}