﻿// JavaScript Document

function openWindow() {
    window.open('samples/index.html', '', 'fullscreen=yes, scrollbars=auto');
}