function openPicture(url,name)
{
	return window.open(url,name,'resizable=no, scrollbars=no, width=800, height=600');
}
