function createWindow(url)
{
	window.open(url,'photo','left=20,top=20,width=600,height=250,toolbar=0,resizable=1,scrollbars=1');
}
