function areYouSure() {
  return confirm('A you Sure?');
    }

var pullDnWin=0; //del
 
   function makePullDn(name,source,width,height) {
   return open(source,name,"scrollbars=yes,resizable=yes,dependent=no,"+
   "width=" + width + ",height=" + height +
   ",screenX="+Math.round((top.innerWidth-width)/2+top.screenX)+
   ",screenY="+Math.round((top.innerHeight-height)/2+top.screenY+20));
	     	}


function img(idd) {
  makePullDn('img'+idd,'img'+idd+'.html',515,350);
    }



