var pa;

function apertura(pag){
	pa=window.open("http://www.randi-group.com/eng/randigroup.htm");
	setTimeout("pa.parent.mainFrame.location.href='http://www.randi-group.com/eng/" + pag +"';",1500);
}