﻿function openindex()
{
var OpenWindow=window.open("workshop.html", "newwin", "height=800, width=800");
self.name="main window"
}
