function popUp(url)
{
	newwin = window.open(url,'newwin','width=580,height=220');
}

