function screenShot(url) {
		url = "Popups/Screenshot.aspx?imgSrc=" + url;
		var target = "_blank";
		var features = "toolbar=no,scrollbars=no,location=no,directories=no,status=no,menubar=no,copyhistory=0,left=100,top=100,width=600,height=600";
		window.open(url, target, features);
}
