// JavaScript Document
function popIndique(){
	w = 300;
	h = 300;
	var top = (screen.height)?(screen.height-h)/2:0;
	var left= (screen.width)?(screen.width-w)/2:0;
	settings = "width="+w+",height="+h+",top="+top+",left="+left;
	window.open('pages/indiqueamigo/index.asp','',settings);
}

function folder(img){
	w = 700;
	h = 693;
	var top = (screen.height)?(screen.height-h)/2:0;
	var left= (screen.width)?(screen.width-w)/2:0;
	settings = "width="+w+",height="+h+",top="+top+",left="+left;
	window.open('popfolheto.asp?img='+img,'',settings);
}