function apri(page,height,width){
	folder = "popups/";
	ext = ".htm";
	address = folder+page+ext;
	window.open(address,"","height="+height+",width="+width+",toolbar=0,scrollbars=1,resizable=0, screenX=0,screenY=0,left=50,top=0");
}

