function popup(url)
{
	myRef = window.open(url,'popup', 'width=1024,height=600,toolbar=0,resizable=1,scrollbars=yes');
	myRef.focus();
}	