﻿// JScript File

function newwindow()
{
window.open('Tutorial-05_09.html','jav','width=520,height=600,top=120,left=140,resizable=yes');
}