// Use this function to open a new window.
// It takes one argument, the name of the site.
function tut_win( the_site ) {
window.open(the_site,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no, width=525, height=600")
}

