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

