function menuSelect(url){
	if(url=="info"){url="index"}
	setTimeout("window.location='"+url+".php'",350)
}

function article(url){
	popwin = window.open(url,'','')
	popwin.focus()
}

function foto(f,w,h){
	file = "img/posters/"+f
	popwin = window.open('','','width='+w+',height='+h+'menubar=no,location=no,resizable=no,scrollbars=no,status=no');
	popwin.focus();
	popwin.document.write("<body leftmargin='0' topmargin='0' bgcolor='#000000'>");
	popwin.document.write("<img src=\""+file+"\">");
	popwin.document.write('<TITLE>..............................................................................................................</TITLE>');
}


