function apri(doc,tget,w,h,scroll){
	crea=window.open(doc,tget,"resizable=no,scrollbars=" + scroll + ",width=" + w + ",height=" + h + ",status=no,location=no,toolbar=no,menubar=no");
	crea.moveTo(50,50);
}
