/* For models Flash asset */
function openModelNav(){
	jQuery('#modelNav').css('height', '225px');
};
function closeModelNav(){
	jQuery('#modelNav').css('height', '40px');
};

