/* This makes the pop up form window act as a links control panel */

function to_old_win(url)
{
	opener.location.href = url;
}
