function newWin( index, set ){
	window.open( index,"_blank",set );
} 
