function Send2Cropper(imgPath)
{
	// path to your config file
	var configUri = "http://www.funlove.co.il/OtherServices/moblin/cellpic/config.xml";
	var iCountry = "48";
	var sUrl = "http://www.moblin.com/CellPic/Default.aspx?config="+configUri+"&image="+ escape(imgPath) +"&country="+iCountry
	window.open(sUrl,"cellpic","menubar=0,width=571,height=410");
}