function popup(url)
{
	imgWin=window.open(url, 'sides', 'scrollbars=yes,status=no,width=400,height=450,left=100,top=100,location=no');
}
