var message="Images not available for download!";
function noclick(running){
	if (running == 'true') {
		document.oncontextmenu=new Function("alert(message);return false");
	}else if (running == 'false') {
		document.oncontextmenu=new Function("return true");
	}
}
