/*************************************************** vi fsp script *****/
/************************** Copyright (c) 2009 virtual identity AG *****/
/***********************************************************************/
/******************************************************* vi common *****/
/***********************************************************************/
/************************************** author virtual identity AG *****/
/* $LastChangedDate: 2010-04-26 14:04:50 +0200 (Mo, 26 Apr 2010) $ *****/

/***********************************************************************/
/* START: vi helper functions */

(function($){
	
})(jQuery);

/*
 * adds a 1px outline div to all selectboxes in IE
 */
function divToSelectsForIe(domNav){
	$(domNav).wrap('<div class="select-ie-borderfix"></div>');
}

/* END: vi helper functions */
/********************************************************************/