/* Lanzador del microsite */
var win;
function loadSite(Si,He,Wi,Sc){
	var LeftP = (screen.width) ? (screen.width-Wi)/2 : 0;
	var TopP = (screen.height) ? (screen.height-He)/2 : 0;
	if(win)win.close();
	window.focus();
	win=eval("open('"+Si+"','','width="+Wi+",height="+He+",top="+TopP+",left="+LeftP+",scrollbars="+Sc+",resizable=no,maximize=no')");
}
 


 