Pesquisar no site

© 2011 Todos os direitos reservados.

function createDiv3(height, width) { var div=document.createElement("div"); div.style.position="absolute"; div.style.height=height+"px"; div.style.width=width+"px"; div.style.overflow="hidden"; div.style.backgroundColor=colour3; return (div); } // ]]>