/**
 * javascript functions used by iPath
 */


function dotslide_fullscreen( url ){
  var w = "fullscreen=yes,scrollbars=auto,dependent=yes,resize=no,menubar=no,titlebar=no,toolbar=no,directories=no,height="+screen.height+",width="+screen.width+",screenX=0,screenY=0";
  window.open( url, "_blank", w );
}

