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