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