// JavaScript Document
<!--
function newwin(profile) {
openwin = this.open(profile,"","toolbar=no,menubar=no, location=no,scrollbars=yes,resizable=no,width=650, height=430");
}

function newwina(profile) {
openwin = this.open(profile,"","toolbar=no,menubar=no, location=no,scrollbars=yes,resizable=no,width=750, height=560");
}

function newwinb(profile) {
openwin = this.open(profile,"","toolbar=no,menubar=no, location=no,scrollbars=yes,resizable=no,width=750, height=520");
}

function newwinc(profile) {
openwin = this.open(profile,"","toolbar=no,menubar=no, location=no,scrollbars=yes,resizable=no,width=820, height=630");
}

function newwind(profile) {
openwin = this.open(profile,"","toolbar=no,menubar=no, location=no,scrollbars=yes,resizable=no,width=650, height=710");
}

function newwine(profile) {
openwin = this.open(profile,"","toolbar=no,menubar=no, location=no,scrollbars=yes,resizable=no,width=750, height=850");
}

-->