
function popup(url)
{
	imagewin = window.open(url, "", "width=800,height=600,scrollbars=yes,toolbar=no");
}
