var estilos='abcmedico';
var altura=(screen.availHeight);
/*if (document.layers)
{
	estilos+='ns';
	if (navigator.platform.search('Mac')!=-1) estilos+='mac';
}*/

if (document.layers)
{
	estilos+='ns';
	if (navigator.platform.search('Mac')!=-1) estilos+='mac';
	
}
if (navigator.platform.search('Mac')!=-1){
	if (document.getElementById && !document.all){estilos+='ns';}else{estilos+='mac'}
}

document.writeln('<link rel="stylesheet" href="' + estilos + '.css">');

function verficha(url,width,height,left,top){
	var vent=window.open(url,'VerFicha','height='+ height +',width='+ width +',left='+ left +',top='+ top +',status=no,toolbar=no,menubar=no,location=no,scrollbars=yes');
	vent.focus();
}

