<!--// Jss Dev: Ahmed Zaki	
function imgsec(){

var TagImg = document.getElementsByTagName("img");
var ImgTrans = "images/imgsec.gif";
var NamberImg = TagImg.length;
var h,w;
for(i=0; i<NamberImg; i++){
	w = TagImg[i].width;
	h = TagImg[i].height;
	TagImg[i].style.backgroundImage = "url('"+TagImg[i].src+"')";
	TagImg[i].src = ImgTrans;
	TagImg[i].width = w;
	TagImg[i].height = h;
	}
}
window.onload = imgsec;
//ahmed_mahmoud385@yahoo.com 
//-->

<!-- // To reduce el page load and make javascript code to transform only the ifram not all the page
function href(dest){
document.ifram1.location.href = dest;
}
-->