function openpage(theUrl, W, H, L, T) {
	if (T == undefined)
		POS_T = 250;
	else
		POS_T = T;
	if (L == undefined)
		POS_L = 250;
	else
		POS_L = L;
	var theWin ="'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,top="+POS_T+",left="+POS_L+",width="+W+",height="+H+"'";
	littleWin = window.open(theUrl,'opened',theWin);
	littleWin.resizeTo(W+10,H+39);
 	littleWin.focus();
};

function reloadWin() {
	window.location.reload();
};

function loadAboutUs() {
	window.location.href = 'nosotros.php';
};

function openWinSuscribe() {
	littleWin.resizeTo(339,339);
	openpage('index.php?option=com_yanc&Itemid=121&listid=1&action=subscribe_pop',310,310, 250, 250);
}

function Abrir_ventana (pagina) {
	var opciones="toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=410, height=415, top=0, left=0";
	window.open(pagina,"",opciones);
}
