function loadjscssfile(filename, filetype){ if (filetype=="css"){ //if filename is an external CSS file var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", filename); } } loadjscssfile("http://www.turismvirtual.ro/css/external.css", "css"); ////dynamically load and add this .css file document.getElementById('ex311').style.width ='180px'; document.getElementById('ex311').style.border ='1px solid #cccccc'; document.getElementById('ex322').style.backgroundColor ='#ffffff'; document.write( "");document.write( "