function pongoflash(pelicula,ancho,alto){
		document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0' width='"+ancho+"' height='"+alto+"'>");
		document.write("<param name='movie' value='"+pelicula+"' />");
		document.write("<param name='quality' value='high' />");
		document.write("<param name='wmode' value='transparent' />");
		document.write("<embed src='"+pelicula+"' wmode='transparent' quality='high' pluginspage='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='"+ancho+"' height='"+alto+"'></embed>");
		document.write("</object>");
}

function favoritos(){
	var navegador = navigator.appName 
	if (navegador == "Microsoft Internet Explorer")  {
		var titulo="Portofem";
		temp = new String("Portofem");
		var url = "http://www.portofem.com";
		if(temp.search("http://")==-1){
			window.external.AddFavorite("http://" + url,titulo);
		}else{
			window.external.AddFavorite(url,titulo);
		}
	} else { 
		alert("Presione Control+D para agregar esta\npágina a sus favoritos");
	}
}

function talle(){
	resx = screen.width;
	resy = screen.height;
	anchov = 780;
	altov = 350;
	posx = (resx-anchov)/2;
	posy = (resy-altov)/2;
	window.open('tu-talle-pop.html',"","top="+posy+",left="+posx+",height="+altov+",width="+anchov+",resizable,scrollbars=yes")
}
function politicas(url){
	resx = screen.width;
	resy = screen.height;
	anchov = 580;
	altov = 350;
	posx = (resx-anchov)/2;
	posy = (resy-altov)/2;
	window.open(url,"","top="+posy+",left="+posx+",height="+altov+",width="+anchov+",resizable,scrollbars=yes")
}