// JavaScript Document
function coloca(){
	ancho=parseInt(screen.width);
	if (ancho==800)
		document.getElementById('general').style.left='-100px';
	else
		document.getElementById('general').style.left='0px';
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
