/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

morph_element = function($el ,$time , $css_array){
    $el.$hide_sub_desc_txt = new Fx.Morph($el, {duration: $time, transition: Fx.Transitions.Quad.easeInOut});
    $el.$hide_sub_desc_txt.start($css_array);
}
var debugsource ="";
function debug(source){
    debugsource +=source+'<br>';
    $('footer').setStyles({'position':'absolute','z-index':'99','top':'3','color':'#ffffff','height':'500','overflow':'auto'});
    $('footer').innerHTML = "";
    $('footer').innerHTML = debugsource;
}