function popup(url)
{
	window.open(url,'ImageViewer','width=320,height=240,resizable=yes,scrollbars=yes');
}
