function ventana(P_pagina,P_nombre,P_scroll,P_width,P_height,P_top,P_left,P_screentop,P_screenleft)
{
	AisgeScroll = window.open(P_pagina, P_nombre, 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars='+P_scroll+',width='+P_width+',height='+P_height+',top='+P_top+',left='+P_left+',screentop='+P_screentop+',screenleft='+P_screenleft+',resizable=0');
}
