function wip(imgurl,width,height)
{
	window.open('/resources/wip.php?imgurl='+imgurl+'&width='+width+'&height='+height,'_blank', 'width='+(width*1+10)+',height='+(height*1+10)+',left=50,top=50,resizable=yes,scrollbars=no,status=no,toolbar=no,menubar=no');
	return false;
}
