function popupwindow(url)
{
		mywindow = window.open(url, 'Tracker', 'status=no,toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=400');
		mywindow.location = url;
}

