function checkImgFrm(p){
	try{
		imgFrm = new Image();
		imgFrm.src = p;
	}catch(e){}
}