/*******************************************************************************
*                                                                              *
*  Web Site  :  http://                                    *
*  Author    :  MONTAGE lab                                                    *
*  Modified  :  Oct-2010                                                      *
*                                                                              *
*******************************************************************************/


/* easing scroll default
*******************************************************************************/
$(function(){
	$("a[href*='#']").easingScroll();
});



function openNewWindow(theURL,winName,features) {
	openedWindow=window.open(theURL,winName,features);
	openedWindow.focus();
}

