
function my_win(loc)
{
window.open(loc,'mywindow','width=800,height=700,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes');
}
//-->



// DO NOT PUT ANYTHING BENEATH THIS!

