/**
* URL to a 1x1 transparent gif image used by Ext to create inline icons with CSS background images. (Defaults to
* "http://extjs.com/s.gif" and you should change this to a URL on your server).
* @type String
*/

Ext.BLANK_IMAGE_URL = "/img/ext/s.gif";

/*
Ext.onReady(function(){
    var converted = new Ext.form.ComboBox({
        typeAhead: true,
        triggerAction: 'all',
        transform:'nl_action',
        width:135,
        forceSelection:true,
		cls: 'nl_select',
		triggerClass: 'nl_trigger',
		listClass: 'nl_item',
		 selectedClass: 'nl_item_selected'
    });
});
*/

/*
$(document).ready(function(){

$("#tohide").click(function() {

	$('#tohide').animate({
		opacity: '0'
	}, { queue:false, duration:1000 });

	$('#teaser').animate({
		height: '0'
	}, { queue:false, duration:1000 });
	$('#keyvisual').animate({
		marginTop: '-320'
	}, { queue:false, duration:1000 });
	$('#seknav').animate({
		marginTop: '-256'
	}, { queue:false, duration:1000 });
	$('#claim').animate({
		marginTop: '90'
	}, { queue:false, duration:1000 });
});	
});*/


$(document).ready(function() {
	$(".equalize").equalHeights();
});
