$(document).ready(function() {
	$('a[hrefpop=true]').addClass('highslide');
	$('a[hrefpop=true]').click(function(){
		return hs.expand(this);
	});

//	$('input.input_clear').focus(function(){
//		if (this.defaultValue == $(this).val())
//			$(this).val('')
//	})

//	$('input.input_clear').blur(function(){
//		if ($(this).val().length == 0)
//			$(this).val(this.defaultValue)
//	})
});


