/* ======================================================================
DESC:  scripts for the uvx experimental website
PLATFORMS:  all
USAGE NOTES:  none
====================================================================== */

/* ======================================================================
FUNCTION:   resizes the opening windows hence loaded to the all available h/v screen space
INPUT:   none
RETURNS:  
DESC:             
====================================================================== */
function indpos()
{
 window.parent.resizeTo(screen.availWidth,screen.availHeight)
 window.parent.moveTo(screen.availLeft,screen.availTop)
 window.parent.focus()
}

