var JmolLang = "en"

// All the next is common to all languages; nothing must be translated here

var JmolPath = "../"
var modelsPath = 'comun/'

/*
if (window.isModelFrame) 
{	JmolPath = JmolPath.substring(3);
	if (JmolPath=="") JmolPath="./";	//avoids error in jmolInitialize when loading model frame, apparently due to void or null value
}
*/
document.writeln('<script type="text/javascript" src="' + JmolPath + 'Jmol.js"></script>')

