var fDesc=new Array();
fDesc[0] = "Once you're done tuning the Murcielago, please use Print Screen and save your picture in a graphics editor (ie. Photoshop, Paint). Save the file at a minimum of 300 pixels in width. Once you have the file, please email it to us here: cartitans [at] yahoo . com
Make sure to include your name and if you wish you can also give your tricked out Lambo a name. We will post only the best pics here on this page, in the Lamborghini gallery below - have fun and see how others tuned their supercars.
Even if you are not a snooker fan you can still try to become the best player at pool games ! This site I just recommended is awesome! They have the best sport games!";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}