var img=0;
function NewWindow(im){
	try{
		var nw = window.open("http://www.english-nextdoor.com/image.html","nw","status=0,toolbar=0,location=0,menubar=0,resizable=0,scrollbars=0,width=550,height=570");
		img = im;
		nw.moveTo((screen.availWidth-550)/2,(screen.availHeight-570)/2);
		nw.focus();
	}
	catch(e){}
}
function cacheBgrIe(){
  try {document.execCommand('BackgroundImageCache', false, true);}catch(e){}
}              
